[Bug 796106] video: Support alternate interlaced video
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Aug 27 19:36:43 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=796106
Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #373400|none |needs-work
status| |
--- Comment #31 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
Review of attachment 373400:
--> (https://bugzilla.gnome.org/review?bug=796106&attachment=373400)
::: gst-libs/gst/video/video-frame.h
@@ +41,3 @@
* in a set of corresponding views provided as sequential frames.
+ * @GST_VIDEO_FRAME_FLAG_TOP_FIELD: The video frame has the top field only.
This
+ * is the same as GST_VIDEO_FRAME_FLAG_TFF |
GST_VIDEO_FRAME_FLAG_ONEFIELD.
(Since 1.16)
@@ +44,3 @@
+ * @GST_VIDEO_FRAME_FLAG_BOTTOM_FIELD: The video frame has the bottom field
+ * only. This is the same as GST_VIDEO_FRAME_FLAG_ONEFIELD
+ * (GST_VIDEO_FRAME_FLAG_TFF flag unset).
(Since 1.16)
@@ +174,3 @@
+ * @GST_VIDEO_BUFFER_FLAG_BOTTOM_FIELD: The video frame has the bottom field
only. This is
+ * the same as
GST_VIDEO_BUFFER_FLAG_ONEFIELD
+ * (GST_VIDEO_BUFFER_FLAG_TFF flag unset).
(Since 1.16)
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list