From 2e590a32eb88da2e200e6180747de76ccbd7797c Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Thu, 6 Aug 2015 17:46:13 +0200 Subject: [PATCH] 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 --- gst/rtp/gstrtpklvdepay.c | 2 +- gst/rtp/gstrtpklvpay.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/rtp/gstrtpklvdepay.c b/gst/rtp/gstrtpklvdepay.c index c7c5634..583356b 100644 --- a/gst/rtp/gstrtpklvdepay.c +++ b/gst/rtp/gstrtpklvdepay.c @@ -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 "); diff --git a/gst/rtp/gstrtpklvpay.c b/gst/rtp/gstrtpklvpay.c index 006cd3e..3f9ac88 100644 --- a/gst/rtp/gstrtpklvpay.c +++ b/gst/rtp/gstrtpklvpay.c @@ -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 "); -- 2.7.4