Home
last modified time | relevance | path

Searched refs:rtpsv3vdepay (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpsv3vdepay.c56 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (rtpsv3vdepay, "rtpsv3vdepay",
99 gst_rtp_sv3v_depay_init (GstRtpSV3VDepay * rtpsv3vdepay) in gst_rtp_sv3v_depay_init() argument
101 rtpsv3vdepay->adapter = gst_adapter_new (); in gst_rtp_sv3v_depay_init()
107 GstRtpSV3VDepay *rtpsv3vdepay; in gst_rtp_sv3v_depay_finalize() local
109 rtpsv3vdepay = GST_RTP_SV3V_DEPAY (object); in gst_rtp_sv3v_depay_finalize()
111 g_object_unref (rtpsv3vdepay->adapter); in gst_rtp_sv3v_depay_finalize()
112 rtpsv3vdepay->adapter = NULL; in gst_rtp_sv3v_depay_finalize()
136 GstRtpSV3VDepay *rtpsv3vdepay; in gst_rtp_sv3v_depay_process() local
157 rtpsv3vdepay = GST_RTP_SV3V_DEPAY (depayload); in gst_rtp_sv3v_depay_process()
166 if (seq != rtpsv3vdepay->nextseq) { in gst_rtp_sv3v_depay_process()
[all …]
Dgstrtpelements.h110 GST_ELEMENT_REGISTER_DECLARE (rtpsv3vdepay);
Dgstrtp.c110 ret |= GST_ELEMENT_REGISTER (rtpsv3vdepay, plugin); in plugin_init()
/third_party/gstreamer/gstplugins_good/
DChangeLog114523 rtpqdm2depay,rtpsv3vdepay: Add debugging category.
114556 rtpsv3vdepay: Properly fill codec_data and cleanup code a bite more.
114562 rtpsv3vdepay: Only output buffers once we're configured.
114567 rtpsv3vdepay: Add more encoding-name variants