summaryrefslogtreecommitdiffstats
path: root/gst/deinterlace
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-06-16 07:03:58 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-06-16 07:03:58 +0000
commit68993006c374a92474db6e908f7d3c13981bfed9 (patch)
treec4ff9daee109a4282c1bfffdbc0bed8e362a48ed /gst/deinterlace
parentbb7f93bd4eee6e78378e2157c6448e28dda717e1 (diff)
downloadgst-plugins-bad-68993006c374a92474db6e908f7d3c13981bfed9.tar.gz
gst-plugins-bad-68993006c374a92474db6e908f7d3c13981bfed9.tar.bz2
gst-plugins-bad-68993006c374a92474db6e908f7d3c13981bfed9.zip
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.c4
1 files changed, 2 insertions, 2 deletions
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",