[Bug 744039] playbin: incorrect buffer sent to clutter-gst videosink
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Feb 5 09:16:36 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=744039
GStreamer | gst-plugins-base | 1.4.5
Lionel Landwerlin <llandwerlin> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|general |gst-plugins-base
Version|3.0.x |1.4.5
AssignedTo|clutter-gst-maint at gnome.bug |gstreamer-bugs at lists.freede
|s |sktop.org
Product|clutter-gst |GStreamer
Target Milestone|--- |HEAD
QAContact|clutter-gst-maint at gnome.bug |gstreamer-bugs at lists.freede
|s |sktop.org
--- Comment #6 from Lionel Landwerlin <llandwerlin at gmail.com> 2015-02-05 17:16:34 UTC ---
To summarize :
With :
gst-launch-1.0 playbin uri=file:///tmp/bug743687.mkv
video-sink=clutterautovideosink
Playback is failing to display any picture.
The negotiated pipeline is sending I420 buffers to the sink, but buffers are
flagged with meta:GstVideoGLTextureUploadMeta. This is not a supported
configuration reported by the sink.
With :
gst-launch-1.0 filesrc location=bug743687.mkv ! matroskademux ! h264parse !
vaapidecode ! clutterautovideosink
Playback is working well.
The negotiated pipeline is sending RGBA buffers to the sink, buffers are
flagged with meta:GstVideoGLTextureUploadMeta.
It seems something is going wrong when playbin is involved.
--
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