rtp: Update codes based on 1.18.4
[platform/upstream/gst-plugins-good.git] / gst / rtp / gstrtpvp8depay.h
index 0dc5c53..cde8e5e 100644 (file)
@@ -54,17 +54,12 @@ struct _GstRtpVP8Depay
   GstAdapter *adapter;
   gboolean started;
 
-#ifdef TIZEN_FEATURE_GST_UPSTREAM
   gboolean waiting_for_keyframe;
-#else
-  gboolean caps_sent;
-#endif
   gint last_profile;
   gint last_width;
   gint last_height;
-#ifdef TIZEN_FEATURE_GST_UPSTREAM
+
   gboolean wait_for_keyframe;
-#endif
 };
 
 GType gst_rtp_vp8_depay_get_type (void);