[Bug 611157] [RFC] more buffer flags and caps fields in gst-video for 3d video

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Apr 9 14:13:14 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=611157
  GStreamer | gst-plugins-base | unspecified

sreerenj <bsreerenj> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #240109|0                           |1
        is obsolete|                            |
 Attachment #240129|0                           |1
        is obsolete|                            |
 Attachment #240130|0                           |1
        is obsolete|                            |

--- Comment #49 from sreerenj <bsreerenj at gmail.com> 2013-04-09 21:13:06 UTC ---
Created an attachment (id=241090)
 View: https://bugzilla.gnome.org/attachment.cgi?id=241090
 Review: https://bugzilla.gnome.org/review?bug=611157&attachment=241090

video-frame: Add more Stereo specific buffer flags

Introducing two new buffer flags GST_VIDEO_BUFFER_FLAG_STEREO
and GST_VIDEO_BUFFER_FLAG_LEFT_VIEW to handle the Stereo video buffers.

In a stereo-mono mixed stream, the buffer flag _FLAG_STEREO is using
to specify whether the frame is stereo or mono. For the storage formats
like MPEG-A, demuxers are responsible for setting this buffer flag.

If the stereo video stream has different tracks for left-view and
right-view, then the buffer flag _FLAG_LEFT_VIEW indicates frame as
left-view. If unset, the frame is right-view. Again demuxers are
responsible for setting this buffer flag.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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