X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Frtp%2Fgstrtpvp8depay.h;h=258546a1a517afce982b7db3ee94018e13563060;hb=d410acf64981420c6102535c1c9ab5d5581870c8;hp=f10b5637f07762087aedfb407f17640a8e6a4628;hpb=12867fcb3dca4d897b60392c0c3385740575bf7c;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/gst/rtp/gstrtpvp8depay.h b/gst/rtp/gstrtpvp8depay.h index f10b563..258546a 100644 --- a/gst/rtp/gstrtpvp8depay.h +++ b/gst/rtp/gstrtpvp8depay.h @@ -53,6 +53,11 @@ struct _GstRtpVP8Depay GstRTPBaseDepayload parent; GstAdapter *adapter; gboolean started; + + gboolean caps_sent; + gint last_profile; + gint last_width; + gint last_height; }; GType gst_rtp_vp8_depay_get_type (void);