diff options
Diffstat (limited to 'gst/rtp/gstrtpmp4vpay.h')
-rw-r--r-- | gst/rtp/gstrtpmp4vpay.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpmp4vpay.h b/gst/rtp/gstrtpmp4vpay.h index f1cb7eed8..eb57239f4 100644 --- a/gst/rtp/gstrtpmp4vpay.h +++ b/gst/rtp/gstrtpmp4vpay.h @@ -48,8 +48,8 @@ struct _GstRtpMP4VPay GstClockTime first_ts; GstClockTime duration; - gint rate; - gint profile; + gint rate; + gint profile; GstBuffer *config; gboolean send_config; }; |