From 55ecde7ee5054f89f602ced151fd01f821e871ea Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Mon, 26 Feb 2018 16:53:08 +0100 Subject: [PATCH] rtpbin, rtpptdemux: Add missing Since markers --- gst/rtpmanager/gstrtpbin.c | 2 ++ gst/rtpmanager/gstrtpptdemux.c | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c index d18d0e5..52d21ff 100644 --- a/gst/rtpmanager/gstrtpbin.c +++ b/gst/rtpmanager/gstrtpbin.c @@ -2116,6 +2116,8 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass) * @id: the session id * * Request the internal RTPStorage object as #GObject in session @id. + * + * Since: 1.14 */ gst_rtp_bin_signals[SIGNAL_GET_INTERNAL_STORAGE] = g_signal_new ("get-internal-storage", G_TYPE_FROM_CLASS (klass), diff --git a/gst/rtpmanager/gstrtpptdemux.c b/gst/rtpmanager/gstrtpptdemux.c index 562f162..9fc06c3 100644 --- a/gst/rtpmanager/gstrtpptdemux.c +++ b/gst/rtpmanager/gstrtpptdemux.c @@ -240,7 +240,14 @@ gst_rtp_pt_demux_class_init (GstRtpPtDemuxClass * klass) gobject_klass->set_property = gst_rtp_pt_demux_set_property; gobject_klass->get_property = gst_rtp_pt_demux_get_property; - + /** + * GstRtpPtDemux:ignored-payload-types: + * + * If specified, packets with an ignored payload type will be dropped, + * instead of causing a new pad to be exposed for these to be pushed on. + * + * Since: 1.14 + */ g_object_class_install_property (gobject_klass, PROP_IGNORED_PTS, gst_param_spec_array ("ignored-payload-types", "Ignored payload types", -- 2.7.4