From: Stefan Kost Date: Fri, 12 Dec 2008 13:06:48 +0000 (+0000) Subject: gst/playback/: XRef to GstXOverlay. X-Git-Tag: 1.19.3~511^2~10132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=552b5f5fcd844b89f31321a12165b654a24bb7a9;p=platform%2Fupstream%2Fgstreamer.git gst/playback/: XRef to GstXOverlay. Original commit message from CVS: * gst/playback/gstplaybin.c: * gst/playback/gstplaybin2.c: XRef to GstXOverlay. --- diff --git a/ChangeLog b/ChangeLog index b2625a2..f342bbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-12 Stefan Kost + + * gst/playback/gstplaybin.c: + * gst/playback/gstplaybin2.c: + XRef to GstXOverlay. + 2008-12-12 Edward Hervey * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize): diff --git a/gst/playback/gstplaybin.c b/gst/playback/gstplaybin.c index fe1e20e..7d25392 100644 --- a/gst/playback/gstplaybin.c +++ b/gst/playback/gstplaybin.c @@ -185,7 +185,7 @@ * Embedding the video window in your application * By default, playbin (or rather the video sinks used) will create their own * window. Applications will usually want to force output to a window of their - * own, however. This can be done using the GstXOverlay interface, which most + * own, however. This can be done using the #GstXOverlay interface, which most * video sinks implement. See the documentation there for more details. * * diff --git a/gst/playback/gstplaybin2.c b/gst/playback/gstplaybin2.c index 10934a2..cd864e5 100644 --- a/gst/playback/gstplaybin2.c +++ b/gst/playback/gstplaybin2.c @@ -189,7 +189,7 @@ * Embedding the video window in your application * By default, playbin (or rather the video sinks used) will create their own * window. Applications will usually want to force output to a window of their - * own, however. This can be done using the GstXOverlay interface, which most + * own, however. This can be done using the #GstXOverlay interface, which most * video sinks implement. See the documentation there for more details. * *