whitespace and style cleanup

Original commit message from CVS:
whitespace and style cleanup
This commit is contained in:
Thomas Vander Stichele 2004-07-19 11:21:10 +00:00
parent e8adc3fbf0
commit 4c536aef8c
4 changed files with 47 additions and 48 deletions

View File

@ -617,7 +617,7 @@ gst_ximagesink_handle_xevents (GstXImageSink * ximagesink, GstPad * pad)
g_mutex_unlock (ximagesink->x_lock);
}
/* This function get the X Display and global infos about it. Everything is
/* This function gets the X Display and global info about it. Everything is
stored in our object and will be cleaned when the object is disposed. Note
here that caps for supported format are generated without any window or
image creation */
@ -837,8 +837,7 @@ gst_ximagesink_sink_link (GstPad * pad, const GstCaps * caps)
if ((ximagesink->ximage)
&& ((GST_VIDEOSINK_WIDTH (ximagesink) != ximagesink->ximage->width)
|| (GST_VIDEOSINK_HEIGHT (ximagesink) !=
ximagesink->ximage->height))) {
|| (GST_VIDEOSINK_HEIGHT (ximagesink) != ximagesink->ximage->height))) {
/* We renew our ximage only if size changed */
gst_ximagesink_ximage_destroy (ximagesink, ximagesink->ximage);

View File

@ -780,7 +780,7 @@ gst_xvimagesink_get_xv_support (GstXvImageSink * xvimagesink,
return caps;
}
/* This function get the X Display and global infos about it. Everything is
/* This function gets the X Display and global info about it. Everything is
stored in our object and will be cleaned when the object is disposed. Note
here that caps for supported format are generated without any window or
image creation */