diff options
Diffstat (limited to 'gst-libs/gst/video/gstbasevideoparse.h')
-rw-r--r-- | gst-libs/gst/video/gstbasevideoparse.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gst-libs/gst/video/gstbasevideoparse.h b/gst-libs/gst/video/gstbasevideoparse.h index cdbcd27a4..5a1469f1f 100644 --- a/gst-libs/gst/video/gstbasevideoparse.h +++ b/gst-libs/gst/video/gstbasevideoparse.h @@ -20,11 +20,6 @@ #ifndef _GST_BASE_VIDEO_PARSE_H_ #define _GST_BASE_VIDEO_PARSE_H_ -#ifndef GST_USE_UNSTABLE_API -#warning "GstBaseVideoParse is unstable API and may change in future." -#warning "You can define GST_USE_UNSTABLE_API to avoid this warning." -#endif - #include <gst/video/gstbasevideocodec.h> #include <gst/video/gstbasevideoutils.h> @@ -81,6 +76,7 @@ struct _GstBaseVideoParse GstVideoFrame *current_frame; GstVideoState state; + GstSegment segment; int distance_from_sync; gboolean sink_clipping; |