[0.11] gst-plugins-good: rtspsrc: add gtk-doc for new short-header property

Wim Taymans wtay at kemper.freedesktop.org
Tue Sep 6 07:06:49 PDT 2011


Module: gst-plugins-good
Branch: 0.11
Commit: 2603c2079d146a70dc3116a0403ab30203a8e0fb
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=2603c2079d146a70dc3116a0403ab30203a8e0fb

Author: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Date:   Mon Sep  5 13:31:20 2011 +0200

rtspsrc: add gtk-doc for new short-header property

---

 gst/rtsp/gstrtspsrc.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c
index 55fa692..8442646 100644
--- a/gst/rtsp/gstrtspsrc.c
+++ b/gst/rtsp/gstrtspsrc.c
@@ -474,6 +474,13 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass)
           0, G_MAXINT, DEFAULT_UDP_BUFFER_SIZE,
           G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
+  /**
+   * GstRTSPSrc::short-header:
+   *
+   * Only send the basic RTSP headers for broken encoders.
+   *
+   * Since: 0.10.31
+   */
   g_object_class_install_property (gobject_class, PROP_SHORT_HEADER,
       g_param_spec_boolean ("short-header", "Short Header",
           "Only send the basic RTSP headers for broken encoders",



More information about the gstreamer-commits mailing list