Searched refs:rtpjpegdepay (Results 1 – 5 of 5) sorted by relevance
74 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (rtpjpegdepay, "rtpjpegdepay",120 gst_rtp_jpeg_depay_init (GstRtpJPEGDepay * rtpjpegdepay) in gst_rtp_jpeg_depay_init() argument122 rtpjpegdepay->adapter = gst_adapter_new (); in gst_rtp_jpeg_depay_init()149 GstRtpJPEGDepay *rtpjpegdepay; in gst_rtp_jpeg_depay_finalize() local151 rtpjpegdepay = GST_RTP_JPEG_DEPAY (object); in gst_rtp_jpeg_depay_finalize()153 gst_rtp_jpeg_depay_reset (rtpjpegdepay); in gst_rtp_jpeg_depay_finalize()155 g_object_unref (rtpjpegdepay->adapter); in gst_rtp_jpeg_depay_finalize()156 rtpjpegdepay->adapter = NULL; in gst_rtp_jpeg_depay_finalize()203 MakeTables (GstRtpJPEGDepay * rtpjpegdepay, gint Q, guint8 qtable[128]) in MakeTables() argument432 GstRtpJPEGDepay *rtpjpegdepay; in gst_rtp_jpeg_depay_setcaps() local[all …]
81 GST_ELEMENT_REGISTER_DECLARE (rtpjpegdepay);
81 ret |= GST_ELEMENT_REGISTER (rtpjpegdepay, plugin); in plugin_init()
35 rtpbin. ! rtpjpegdepay ! jpegdec ! autovideosink \
11562 rtpjpegdepay: outputs framed jpeg21764 A similar fixup is done in the rtpjpegdepay element,33126 rtpjpegdepay: Don't send invalid frames downstream after packet loss or a DISCONT51678 rtpjpegdepay: sanity check for NULL qtable61187 Keep parsing a-framerate, x-framerate and x-dimensions in rtpjpegdepay62258 rtpjpegdepay: Drop frame if it's less than 2 bytes large94038 rtpjpegdepay: fix framerate parsing for locales that use a comma as floating point110428 rtpjpegdepay: add missing math.h include120039 rtpjpegdepay: use width/height from payload