Searched refs:rtpmp2tdepay (Results 1 – 4 of 4) sorted by relevance
75 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (rtpmp2tdepay, "rtpmp2tdepay",125 gst_rtp_mp2t_depay_init (GstRtpMP2TDepay * rtpmp2tdepay) in gst_rtp_mp2t_depay_init() argument127 rtpmp2tdepay->skip_first_bytes = DEFAULT_SKIP_FIRST_BYTES; in gst_rtp_mp2t_depay_init()155 GstRtpMP2TDepay *rtpmp2tdepay; in gst_rtp_mp2t_depay_process() local159 rtpmp2tdepay = GST_RTP_MP2T_DEPAY (depayload); in gst_rtp_mp2t_depay_process()163 if (G_UNLIKELY (payload_len <= rtpmp2tdepay->skip_first_bytes)) in gst_rtp_mp2t_depay_process()166 payload_len -= rtpmp2tdepay->skip_first_bytes; in gst_rtp_mp2t_depay_process()185 rtpmp2tdepay->skip_first_bytes, payload_len); in gst_rtp_mp2t_depay_process()199 GST_ELEMENT_WARNING (rtpmp2tdepay, STREAM, DECODE, in gst_rtp_mp2t_depay_process()209 GstRtpMP2TDepay *rtpmp2tdepay; in gst_rtp_mp2t_depay_set_property() local[all …]
94 GST_ELEMENT_REGISTER_DECLARE (rtpmp2tdepay);
94 ret |= GST_ELEMENT_REGISTER (rtpmp2tdepay, plugin); in plugin_init()
60479 rtpmp2tdepay: accept mislabelled streams from GStreamer 0.10 as well72025 rtpmp2tdepay: Only output integral mpeg-ts packets