Searched refs:rtpvorbisdepay (Results 1 – 4 of 4) sorted by relevance
65 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (rtpvorbisdepay, "rtpvorbisdepay",111 gst_rtp_vorbis_depay_init (GstRtpVorbisDepay * rtpvorbisdepay) in gst_rtp_vorbis_depay_init() argument113 rtpvorbisdepay->adapter = gst_adapter_new (); in gst_rtp_vorbis_depay_init()124 free_indents (GstRtpVorbisDepay * rtpvorbisdepay) in free_indents() argument126 g_list_free_full (rtpvorbisdepay->configs, (GDestroyNotify) free_config); in free_indents()127 rtpvorbisdepay->configs = NULL; in free_indents()133 GstRtpVorbisDepay *rtpvorbisdepay = GST_RTP_VORBIS_DEPAY (object); in gst_rtp_vorbis_depay_finalize() local135 g_object_unref (rtpvorbisdepay->adapter); in gst_rtp_vorbis_depay_finalize()141 gst_rtp_vorbis_depay_has_ident (GstRtpVorbisDepay * rtpvorbisdepay, in gst_rtp_vorbis_depay_has_ident() argument146 for (walk = rtpvorbisdepay->configs; walk; walk = g_list_next (walk)) { in gst_rtp_vorbis_depay_has_ident()[all …]
113 GST_ELEMENT_REGISTER_DECLARE (rtpvorbisdepay);
113 ret |= GST_ELEMENT_REGISTER (rtpvorbisdepay, plugin); in plugin_init()
21222 rtpvorbisdepay: fix unbounded memory usage33161 rtpvorbisdepay: remove dead code39198 rtpvorbisdepay: remove dead code56047 rtpvorbisdepay: handle packets > 0xffff101618 rtpvorbisdepay: fix in-line configuration parsing101980 rtpvorbisdepay: also accept in-line configuration