diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-12-10 13:35:37 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-12-10 13:40:26 +0000 |
commit | e05abf0ef19676b0be3a0e43c8ca1f75910d2093 (patch) | |
tree | 0a50b84f5a6f4f52e74c4cf0c05023769bd1696f /sys | |
parent | 0bb5c6c012571d9ce7f80d9699a0d63f2768c271 (diff) |
docs: fix up some more GstXOverlay -> GstVideoOverlay
https://bugzilla.gnome.org/show_bug.cgi?id=689740
Diffstat (limited to 'sys')
-rw-r--r-- | sys/ximage/ximagesink.h | 4 | ||||
-rw-r--r-- | sys/xvimage/xvimagesink.c | 7 | ||||
-rw-r--r-- | sys/xvimage/xvimagesink.h | 4 |
3 files changed, 8 insertions, 7 deletions
diff --git a/sys/ximage/ximagesink.h b/sys/ximage/ximagesink.h index c437b0903..8ca6fe9ee 100644 --- a/sys/ximage/ximagesink.h +++ b/sys/ximage/ximagesink.h @@ -118,7 +118,7 @@ struct _GstXContext * @width: the width in pixels of Window @win * @height: the height in pixels of Window @win * @internal: used to remember if Window @win was created internally or passed - * through the #GstXOverlay interface + * through the #GstVideoOverlay interface * @gc: the Graphical Context of Window @win * * Structure used to store informations about a Window. @@ -147,7 +147,7 @@ struct _GstXWindow * @x_lock: used to protect X calls as we are not using the XLib in threaded * mode * @flow_lock: used to protect data flow routines from external calls such as - * events from @event_thread or methods from the #GstXOverlay interface + * events from @event_thread or methods from the #GstVideoOverlay interface * @par: used to override calculated pixel aspect ratio from @xcontext * @pool_lock: used to protect the buffer pool * @buffer_pool: a list of #GstXImageBuffer that could be reused at next buffer diff --git a/sys/xvimage/xvimagesink.c b/sys/xvimage/xvimagesink.c index f02f745d9..b7aa26fb3 100644 --- a/sys/xvimage/xvimagesink.c +++ b/sys/xvimage/xvimagesink.c @@ -25,9 +25,10 @@ * using the XVideo extension. Rendering to a remote display is theoretically * possible but i doubt that the XVideo extension is actually available when * connecting to a remote display. This element can receive a Window ID from the - * application through the XOverlay interface and will then render video frames - * in this drawable. If no Window ID was provided by the application, the - * element will create its own internal window and render into it. + * application through the #GstVideoOverlay interface and will then render + * video frames in this drawable. If no Window ID was provided by the + * application, the element will create its own internal window and render + * into it. * * <refsect2> * <title>Scaling</title> diff --git a/sys/xvimage/xvimagesink.h b/sys/xvimage/xvimagesink.h index 068608269..d7b7eb0fc 100644 --- a/sys/xvimage/xvimagesink.h +++ b/sys/xvimage/xvimagesink.h @@ -140,7 +140,7 @@ struct _GstXContext * @width: the width in pixels of Window @win * @height: the height in pixels of Window @win * @internal: used to remember if Window @win was created internally or passed - * through the #GstXOverlay interface + * through the #GstVideoOverlay interface * @gc: the Graphical Context of Window @win * * Structure used to store informations about a Window. @@ -182,7 +182,7 @@ struct _GstXvImageFormat * @x_lock: used to protect X calls as we are not using the XLib in threaded * mode * @flow_lock: used to protect data flow routines from external calls such as - * events from @event_thread or methods from the #GstXOverlay interface + * events from @event_thread or methods from the #GstVideoOverlay interface * @par: used to override calculated pixel aspect ratio from @xcontext * @pool_lock: used to protect the buffer pool * @image_pool: a list of #GstXvImageBuffer that could be reused at next buffer |