Searched refs:rtptheoradepay (Results 1 – 4 of 4) sorted by relevance
68 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (rtptheoradepay, "rtptheoradepay",117 gst_rtp_theora_depay_init (GstRtpTheoraDepay * rtptheoradepay) in gst_rtp_theora_depay_init() argument119 rtptheoradepay->adapter = gst_adapter_new (); in gst_rtp_theora_depay_init()130 free_indents (GstRtpTheoraDepay * rtptheoradepay) in free_indents() argument132 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() local141 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() argument161 GST_DEBUG_OBJECT (rtptheoradepay, "config size %" G_GSIZE_FORMAT, size); in gst_rtp_theora_depay_parse_configuration()[all …]
111 GST_ELEMENT_REGISTER_DECLARE (rtptheoradepay);
111 ret |= GST_ELEMENT_REGISTER (rtptheoradepay, plugin); in plugin_init()
38472 rtptheoradepay: Fix memory leaks49568 rtptheoradepay: fix double frees56055 rtptheoradepay: handle packets > 0xffff76927 rtptheoradepay: remove dead code91663 rtptheoradepay: Request new keyframe on lost packets100956 rtptheoradepay: make delivery-method parameter optional101611 rtptheoradepay: fix in-band configuration parsing101974 rtptheoradepay: also accept in-band configuration101986 rtptheoradepay: Ignore packets without a known codebook120416 rtptheoradepay: Remove unused variable, it's never being read.[all …]