Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpjpegpay.c252 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (rtpjpegpay, "rtpjpegpay",
1015 GstRtpJPEGPay *rtpjpegpay; in gst_rtp_jpeg_pay_set_property() local
1017 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() local
1040 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 …]
Dgstrtpelements.h82 GST_ELEMENT_REGISTER_DECLARE (rtpjpegpay);
Dgstrtp.c82 ret |= GST_ELEMENT_REGISTER (rtpjpegpay, plugin); in plugin_init()
/third_party/gstreamer/gstplugins_good/
DChangeLog3384 rtpjpegpay: fix image corruption when compiled with MSVC on Windows
33249 rtpjpegpay: Allow different quantization tables for components 2 and 3
35603 rtpjpegpay: Skip APP and JPG markers and print warnings for unknown markers
43706 rtpjpegpay/-depay: Remove incorrectly introduced framesize SDP attribute
49435 rtpjpegpay: propagate the GST_BUFFER_FLAG_DISCONT flag
49453 rtpjpegpay: pre-allocate buffer list of the right size
61015 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 fraction
61182 rtpjpegpay/depay: Replace framesize caps with width/height
[all …]