From 314eee6dd1159689a5c829d5a5877540e7474c54 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 12 Apr 2014 06:43:24 +0200 Subject: [PATCH] rtpbasepayload: update docs --- gst-libs/gst/rtp/gstrtpbasepayload.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gst-libs/gst/rtp/gstrtpbasepayload.c b/gst-libs/gst/rtp/gstrtpbasepayload.c index 208944bd92..0d994c6f28 100644 --- a/gst-libs/gst/rtp/gstrtpbasepayload.c +++ b/gst-libs/gst/rtp/gstrtpbasepayload.c @@ -288,6 +288,26 @@ gst_rtp_base_payload_class_init (GstRTPBasePayloadClass * klass) * #G_TYPE_UINT, RTP timestamp, same as * #GstRTPBasePayload:timestamp * + * + * ssrc + * #G_TYPE_UINT, The SSRC in use + * + * + * + * pt + * #G_TYPE_UINT, The Payload type in use, same as + * #GstRTPBasePayload:pt + * + * + * seqnum-offset + * #G_TYPE_UINT, The current offset added to the + * seqnum + * + * + * timestamp-offset + * #G_TYPE_UINT, The current offset added to the + * timestamp + * * **/ g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_STATS,