[Bug 687183] playbin: caps negotation if VIDEO_FORMAT is unknown

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Apr 30 00:52:33 PDT 2013


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

--- Comment #10 from sreerenj <bsreerenj at gmail.com> 2013-04-30 07:52:27 UTC ---
(In reply to comment #9)
> Well, "video/x-raw(VASurface)" is the new "video/x-surface". You're right that
> you would need to negotiate a format, but that becomes only relevant if someone
> wants to map the buffer to system memory.


How can you negotiate a buffer-pool with out knowing the o/p video-format
(format  from decoder output).?

What i did in my branch is : hard-coded the video-format to NV12 (which is the
only format suppring by sandybride-intel) and negotiated the pool. But this is
not the right way. This format will be different for different drivers. 

We need to decode the first buffer and then check what format has been
providing by the driver.

-- 
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