rtpvp8depay: Parse width/height/profile from keyframes
[platform/upstream/gst-plugins-good.git] / gst / rtp / gstrtpvp8depay.h
index f10b563..258546a 100644 (file)
@@ -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);