Searched refs:rtpjpegpay (Results 1 – 4 of 4) sorted by relevance
252 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (rtpjpegpay, "rtpjpegpay",1015 GstRtpJPEGPay *rtpjpegpay; in gst_rtp_jpeg_pay_set_property() local1017 rtpjpegpay = GST_RTP_JPEG_PAY (object); in gst_rtp_jpeg_pay_set_property()1021 rtpjpegpay->quality = g_value_get_int (value); in gst_rtp_jpeg_pay_set_property()1022 GST_DEBUG_OBJECT (object, "quality = %d", rtpjpegpay->quality); in gst_rtp_jpeg_pay_set_property()1025 rtpjpegpay->type = g_value_get_int (value); in gst_rtp_jpeg_pay_set_property()1026 GST_DEBUG_OBJECT (object, "type = %d", rtpjpegpay->type); in gst_rtp_jpeg_pay_set_property()1038 GstRtpJPEGPay *rtpjpegpay; in gst_rtp_jpeg_pay_get_property() local1040 rtpjpegpay = GST_RTP_JPEG_PAY (object); in gst_rtp_jpeg_pay_get_property()1044 g_value_set_int (value, rtpjpegpay->quality); in gst_rtp_jpeg_pay_get_property()[all …]
82 GST_ELEMENT_REGISTER_DECLARE (rtpjpegpay);
82 ret |= GST_ELEMENT_REGISTER (rtpjpegpay, plugin); in plugin_init()
3384 rtpjpegpay: fix image corruption when compiled with MSVC on Windows33249 rtpjpegpay: Allow different quantization tables for components 2 and 335603 rtpjpegpay: Skip APP and JPG markers and print warnings for unknown markers43706 rtpjpegpay/-depay: Remove incorrectly introduced framesize SDP attribute49435 rtpjpegpay: propagate the GST_BUFFER_FLAG_DISCONT flag49453 rtpjpegpay: pre-allocate buffer list of the right size61015 Revert "rtpjpegpay/depay: Replace framesize caps with width/height"61024 Revert "rtpjpegpay/depay: Replace framerate caps field with fraction"61171 rtpjpegpay/depay: Replace framerate caps field with fraction61182 rtpjpegpay/depay: Replace framesize caps with width/height[all …]