diff options
author | Mathieu Duponchelle <mathieu@centricular.com> | 2018-02-26 17:02:52 +0100 |
---|---|---|
committer | Mathieu Duponchelle <mathieu@centricular.com> | 2018-02-26 17:02:52 +0100 |
commit | d2b51bd72713d25d77f10f059a96ca0c8b14fe46 (patch) | |
tree | db72559961992219cd2973d3841e88177b7d58c0 | |
parent | 55ecde7ee5054f89f602ced151fd01f821e871ea (diff) |
rtpptdemux: provide example usage for ignored-payload-types
-rw-r--r-- | gst/rtpmanager/gstrtpptdemux.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpptdemux.c b/gst/rtpmanager/gstrtpptdemux.c index 9fc06c38c..5e7759443 100644 --- a/gst/rtpmanager/gstrtpptdemux.c +++ b/gst/rtpmanager/gstrtpptdemux.c @@ -246,6 +246,11 @@ gst_rtp_pt_demux_class_init (GstRtpPtDemuxClass * klass) * 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. * + * This is for example useful to drop FEC protection packets, as they + * need to go through the #GstRtpJitterBuffer, but cease to be useful + * past that point, #GstRtpBin will make use of this property for that + * purpose. + * * Since: 1.14 */ g_object_class_install_property (gobject_klass, PROP_IGNORED_PTS, |