From 68993006c374a92474db6e908f7d3c13981bfed9 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 16 Jun 2008 07:03:58 +0000 Subject: 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. --- gst/deinterlace/gstdeinterlace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/deinterlace') diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c index da4b978b..70fe1420 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", -- cgit v1.2.1