Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtptheoradepay.c68 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (rtptheoradepay, "rtptheoradepay",
117 gst_rtp_theora_depay_init (GstRtpTheoraDepay * rtptheoradepay) in gst_rtp_theora_depay_init() argument
119 rtptheoradepay->adapter = gst_adapter_new (); in gst_rtp_theora_depay_init()
130 free_indents (GstRtpTheoraDepay * rtptheoradepay) in free_indents() argument
132 g_list_free_full (rtptheoradepay->configs, (GDestroyNotify) free_config); in free_indents()
133 rtptheoradepay->configs = NULL; in free_indents()
139 GstRtpTheoraDepay *rtptheoradepay = GST_RTP_THEORA_DEPAY (object); in gst_rtp_theora_depay_finalize() local
141 g_object_unref (rtptheoradepay->adapter); in gst_rtp_theora_depay_finalize()
147 gst_rtp_theora_depay_parse_configuration (GstRtpTheoraDepay * rtptheoradepay, in gst_rtp_theora_depay_parse_configuration() argument
161 GST_DEBUG_OBJECT (rtptheoradepay, "config size %" G_GSIZE_FORMAT, size); in gst_rtp_theora_depay_parse_configuration()
[all …]
Dgstrtpelements.h111 GST_ELEMENT_REGISTER_DECLARE (rtptheoradepay);
Dgstrtp.c111 ret |= GST_ELEMENT_REGISTER (rtptheoradepay, plugin); in plugin_init()
/third_party/gstreamer/gstplugins_good/
DChangeLog38472 rtptheoradepay: Fix memory leaks
49568 rtptheoradepay: fix double frees
56055 rtptheoradepay: handle packets > 0xffff
76927 rtptheoradepay: remove dead code
91663 rtptheoradepay: Request new keyframe on lost packets
100956 rtptheoradepay: make delivery-method parameter optional
101611 rtptheoradepay: fix in-band configuration parsing
101974 rtptheoradepay: also accept in-band configuration
101986 rtptheoradepay: Ignore packets without a known codebook
120416 rtptheoradepay: Remove unused variable, it's never being read.
[all …]