summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpjpegpay.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpjpegpay.h')
-rw-r--r--gst/rtp/gstrtpjpegpay.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpjpegpay.h b/gst/rtp/gstrtpjpegpay.h
index 5af6176c..af78b11e 100644
--- a/gst/rtp/gstrtpjpegpay.h
+++ b/gst/rtp/gstrtpjpegpay.h
@@ -41,10 +41,13 @@ struct _GstRtpJPEGPay
{
GstBaseRTPPayload payload;
- gint height;
guint8 quality;
guint8 type;
+
+ gint height;
gint width;
+
+ guint8 quant;
};
struct _GstRtpJPEGPayClass