summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2007-04-29 13:56:18 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2007-04-29 13:56:18 +0000
commitbc30d92d04775cea0ef78ca6f762acd1f4ad1132 (patch)
treea97b42e069eb3ee10f8a2fe0162e6980a1f1c134 /sys
parent2a0c6660cbba1bb5d2e468dc2218141affaa5e7c (diff)
downloadgst-plugins-bad-bc30d92d04775cea0ef78ca6f762acd1f4ad1132.tar.gz
gst-plugins-bad-bc30d92d04775cea0ef78ca6f762acd1f4ad1132.tar.bz2
gst-plugins-bad-bc30d92d04775cea0ef78ca6f762acd1f4ad1132.zip
80 char police
Original commit message from CVS: 80 char police
Diffstat (limited to 'sys')
-rw-r--r--sys/directdraw/gstdirectdrawsink.c8
-rw-r--r--sys/osxvideo/osxvideosink.m4
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/directdraw/gstdirectdrawsink.c b/sys/directdraw/gstdirectdrawsink.c
index ab778c84..ecff6343 100644
--- a/sys/directdraw/gstdirectdrawsink.c
+++ b/sys/directdraw/gstdirectdrawsink.c
@@ -30,9 +30,9 @@
*
* <refsect2>
* <para>
- * DirectdrawSink renders video RGB frames to any win32 window. This element can receive
- * a window ID from the application through the XOverlay interface and will then render
- * video frames in this window.
+ * DirectdrawSink renders video RGB frames to any win32 window. This element
+ * can receive a window ID from the application through the XOverlay interface
+ * and will then render video frames in this window.
* If no Window ID was provided by the application, the element will create its
* own internal window and render into it.
* </para>
@@ -95,7 +95,7 @@ static gboolean gst_directdraw_sink_check_offscreen_surface (GstDirectDrawSink *
static GstCaps *gst_directdraw_sink_get_ddrawcaps (GstDirectDrawSink *
ddrawsink);
static GstCaps
- *gst_directdraw_sink_create_caps_from_surfacedesc (LPDDSURFACEDESC2 desc);
+ * gst_directdraw_sink_create_caps_from_surfacedesc (LPDDSURFACEDESC2 desc);
static void gst_directdraw_sink_cleanup (GstDirectDrawSink * ddrawsink);
static void gst_directdraw_sink_bufferpool_clear (GstDirectDrawSink *
ddrawsink);
diff --git a/sys/osxvideo/osxvideosink.m b/sys/osxvideo/osxvideosink.m
index 057ead3c..8e94a9c6 100644
--- a/sys/osxvideo/osxvideosink.m
+++ b/sys/osxvideo/osxvideosink.m
@@ -18,8 +18,8 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * The development of this code was made possible due to the involvement of Pioneers
- * of the Inevitable, the creators of the Songbird Music player
+ * The development of this code was made possible due to the involvement of
+ * Pioneers of the Inevitable, the creators of the Songbird Music player.
*
*/