diff options
author | Edward Hervey <edward.hervey@collabora.co.uk> | 2012-07-13 12:11:06 +0200 |
---|---|---|
committer | Edward Hervey <edward.hervey@collabora.co.uk> | 2012-07-13 12:11:06 +0200 |
commit | 2817bdadc9353ac4265ce864e2689e800aec261c (patch) | |
tree | f792aedfdc9994de52f7afcdea8fc6ae15bf395e /gst-libs/gst/video/gstvideosink.h | |
parent | 666716a0f0a6e1d3c5bc95cced3b672a598997b1 (diff) |
libs: Remove "Since" markers and minor doc fixups
Diffstat (limited to 'gst-libs/gst/video/gstvideosink.h')
-rw-r--r-- | gst-libs/gst/video/gstvideosink.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gst-libs/gst/video/gstvideosink.h b/gst-libs/gst/video/gstvideosink.h index af11b5dc2..923a682d0 100644 --- a/gst-libs/gst/video/gstvideosink.h +++ b/gst-libs/gst/video/gstvideosink.h @@ -45,8 +45,6 @@ G_BEGIN_DECLS * @obj: a #GstVideoSink or derived object * * Cast @obj to a #GstVideoSink without runtime type check. - * - * Since: 0.10.12 */ #define GST_VIDEO_SINK_CAST(obj) ((GstVideoSink *) (obj)) @@ -108,7 +106,7 @@ struct _GstVideoSink { * @show_frame: render a video frame. Maps to #GstBaseSinkClass.render() and * #GstBaseSinkClass.preroll() vfuncs. Rendering during preroll will be * suppressed if the #GstVideoSink:show-preroll-frame property is set to - * %FALSE. Since: 0.10.25 + * %FALSE. * * The video sink class structure. Derived classes should override the * @show_frame virtual function. |