Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvorbisdepay.c65 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (rtpvorbisdepay, "rtpvorbisdepay",
111 gst_rtp_vorbis_depay_init (GstRtpVorbisDepay * rtpvorbisdepay) in gst_rtp_vorbis_depay_init() argument
113 rtpvorbisdepay->adapter = gst_adapter_new (); in gst_rtp_vorbis_depay_init()
124 free_indents (GstRtpVorbisDepay * rtpvorbisdepay) in free_indents() argument
126 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() local
135 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() argument
146 for (walk = rtpvorbisdepay->configs; walk; walk = g_list_next (walk)) { in gst_rtp_vorbis_depay_has_ident()
[all …]
Dgstrtpelements.h113 GST_ELEMENT_REGISTER_DECLARE (rtpvorbisdepay);
Dgstrtp.c113 ret |= GST_ELEMENT_REGISTER (rtpvorbisdepay, plugin); in plugin_init()
/third_party/gstreamer/gstplugins_good/
DChangeLog21222 rtpvorbisdepay: fix unbounded memory usage
33161 rtpvorbisdepay: remove dead code
39198 rtpvorbisdepay: remove dead code
56047 rtpvorbisdepay: handle packets > 0xffff
101618 rtpvorbisdepay: fix in-line configuration parsing
101980 rtpvorbisdepay: also accept in-line configuration