mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
rtpklv(de)pay: add "RTP" in the klass string
GstRTSPMedia uses this classification to detect the real payloader inside a dynpay bin and asserts if it doesn't find it, therefore it is required https://bugzilla.gnome.org/show_bug.cgi?id=753325
This commit is contained in:
parent
dac431ef3f
commit
2e590a32eb
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ gst_rtp_klv_depay_class_init (GstRtpKlvDepayClass * klass)
|
|||
gst_static_pad_template_get (&sink_template));
|
||||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
"RTP KLV Depayloader", "Codec/Depayloader/Network",
|
||||
"RTP KLV Depayloader", "Codec/Depayloader/Network/RTP",
|
||||
"Extracts KLV (SMPTE ST 336) metadata from RTP packets",
|
||||
"Tim-Philipp Müller <tim@centricular.com>");
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ gst_rtp_klv_pay_class_init (GstRtpKlvPayClass * klass)
|
|||
gst_static_pad_template_get (&sink_template));
|
||||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
"RTP KLV Payloader", "Codec/Payloader/Network",
|
||||
"RTP KLV Payloader", "Codec/Payloader/Network/RTP",
|
||||
"Payloads KLV (SMPTE ST 336) metadata as RTP packets",
|
||||
"Tim-Philipp Müller <tim@centricular.com>");
|
||||
|
||||
|
|
Loading…
Reference in a new issue