Searched refs:rtpsv3vdepay (Results 1 – 4 of 4) sorted by relevance
56 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (rtpsv3vdepay, "rtpsv3vdepay",99 gst_rtp_sv3v_depay_init (GstRtpSV3VDepay * rtpsv3vdepay) in gst_rtp_sv3v_depay_init() argument101 rtpsv3vdepay->adapter = gst_adapter_new (); in gst_rtp_sv3v_depay_init()107 GstRtpSV3VDepay *rtpsv3vdepay; in gst_rtp_sv3v_depay_finalize() local109 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() local157 rtpsv3vdepay = GST_RTP_SV3V_DEPAY (depayload); in gst_rtp_sv3v_depay_process()166 if (seq != rtpsv3vdepay->nextseq) { in gst_rtp_sv3v_depay_process()[all …]
110 GST_ELEMENT_REGISTER_DECLARE (rtpsv3vdepay);
110 ret |= GST_ELEMENT_REGISTER (rtpsv3vdepay, plugin); in plugin_init()
114523 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