mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 01:28:34 +00:00
80 char police
Original commit message from CVS: 80 char police
This commit is contained in:
parent
2a0c6660cb
commit
bc30d92d04
2 changed files with 6 additions and 6 deletions
|
@ -30,9 +30,9 @@
|
||||||
*
|
*
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <para>
|
* <para>
|
||||||
* DirectdrawSink renders video RGB frames to any win32 window. This element can receive
|
* DirectdrawSink renders video RGB frames to any win32 window. This element
|
||||||
* a window ID from the application through the XOverlay interface and will then render
|
* can receive a window ID from the application through the XOverlay interface
|
||||||
* video frames in this window.
|
* and will then render video frames in this window.
|
||||||
* If no Window ID was provided by the application, the element will create its
|
* If no Window ID was provided by the application, the element will create its
|
||||||
* own internal window and render into it.
|
* own internal window and render into it.
|
||||||
* </para>
|
* </para>
|
||||||
|
@ -95,7 +95,7 @@ static gboolean gst_directdraw_sink_check_offscreen_surface (GstDirectDrawSink *
|
||||||
static GstCaps *gst_directdraw_sink_get_ddrawcaps (GstDirectDrawSink *
|
static GstCaps *gst_directdraw_sink_get_ddrawcaps (GstDirectDrawSink *
|
||||||
ddrawsink);
|
ddrawsink);
|
||||||
static GstCaps
|
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_cleanup (GstDirectDrawSink * ddrawsink);
|
||||||
static void gst_directdraw_sink_bufferpool_clear (GstDirectDrawSink *
|
static void gst_directdraw_sink_bufferpool_clear (GstDirectDrawSink *
|
||||||
ddrawsink);
|
ddrawsink);
|
||||||
|
|
|
@ -18,8 +18,8 @@
|
||||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
* The development of this code was made possible due to the involvement of Pioneers
|
* The development of this code was made possible due to the involvement of
|
||||||
* of the Inevitable, the creators of the Songbird Music player
|
* Pioneers of the Inevitable, the creators of the Songbird Music player.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue