diff options
Diffstat (limited to 'gst/rtpmanager/gstrtpptdemux.c')
-rw-r--r-- | gst/rtpmanager/gstrtpptdemux.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gst/rtpmanager/gstrtpptdemux.c b/gst/rtpmanager/gstrtpptdemux.c index 562f16217..9fc06c38c 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", |