video: improve frame_flags
[platform/upstream/gstreamer.git] / gst-libs / gst / video / video.h
index 4699baa..5e89a29 100644 (file)
@@ -623,7 +623,7 @@ typedef enum {
  */
 struct _GstVideoFrame {
   GstVideoInfo info;
-  GstVideoFrameFlags frame_flags;
+  GstVideoFrameFlags flags;
 
   GstBuffer *buffer;
   gpointer   meta;