diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-06-16 07:03:58 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-06-16 07:03:58 +0000 |
commit | 68993006c374a92474db6e908f7d3c13981bfed9 (patch) | |
tree | c4ff9daee109a4282c1bfffdbc0bed8e362a48ed /gst/deinterlace | |
parent | bb7f93bd4eee6e78378e2157c6448e28dda717e1 (diff) | |
download | gstreamer-plugins-bad-68993006c374a92474db6e908f7d3c13981bfed9.tar.gz |
gst/: More doc updates. More xrefs.
Original commit message from CVS:
* gst/deinterlace/gstdeinterlace.c:
* gst/rtpmanager/gstrtpbin.c:
* gst/rtpmanager/gstrtpclient.c:
* gst/rtpmanager/gstrtpjitterbuffer.c:
* gst/rtpmanager/gstrtpptdemux.c:
* gst/rtpmanager/gstrtpsession.c:
* gst/rtpmanager/gstrtpssrcdemux.c:
* gst/sdp/gstsdpdemux.c:
More doc updates. More xrefs.
Diffstat (limited to 'gst/deinterlace')
-rw-r--r-- | gst/deinterlace/gstdeinterlace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c index da4b978bb..70fe1420e 100644 --- a/gst/deinterlace/gstdeinterlace.c +++ b/gst/deinterlace/gstdeinterlace.c @@ -134,7 +134,7 @@ gst_deinterlace_class_init (GstDeinterlaceClass * klass) * When set to true, only areas affected by the deinterlacing are output, * making it easy to see which regions are being modified. * - * See Also: #GstDeinterlace::ni-area-only + * See Also: #GstDeinterlace:ni-area-only */ g_object_class_install_property (gobject_class, ARG_DI_ONLY, g_param_spec_boolean ("di-area-only", "di-area-only", @@ -146,7 +146,7 @@ gst_deinterlace_class_init (GstDeinterlaceClass * klass) * When set to true, only areas unaffected by the deinterlacing are output, * making it easy to see which regions are being preserved intact. * - * See Also: #GstDeinterlace::di-area-only + * See Also: #GstDeinterlace:di-area-only */ g_object_class_install_property (gobject_class, ARG_NI_ONLY, g_param_spec_boolean ("ni-area-only", "ni-area-only", |