diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2007-04-29 13:56:18 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-05-16 01:29:16 +0100 |
commit | 0ebea33d76aa7591609e7315e364fb9a76081937 (patch) | |
tree | d75caadbba4c15812f1f16478d65172387031cdd /sys | |
parent | bf5c0a89f0078ea886e80eeaaf826003cd515982 (diff) | |
download | gst-plugins-bad-0ebea33d76aa7591609e7315e364fb9a76081937.tar.gz gst-plugins-bad-0ebea33d76aa7591609e7315e364fb9a76081937.tar.bz2 gst-plugins-bad-0ebea33d76aa7591609e7315e364fb9a76081937.zip |
[MOVED FROM GOOD] 80 char police
Original commit message from CVS:
80 char police
Diffstat (limited to 'sys')
-rw-r--r-- | sys/directdraw/gstdirectdrawsink.c | 8 |
1 files changed, 4 insertions, 4 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); |