[Bug 688803] playbin: converters don't actually work?

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 24 06:58:50 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=688803
  GStreamer | gst-plugins-base | 1.x

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-12-24 14:58:47 UTC ---
> This seems to work now:
> 
> gst-launch-1.0 playbin
> uri=http://mirrorblender.top-ix.org/movies/sintel-1280-surround.mp4
> video-sink=ximagesink

It appears the reason this works is because that file has a 1/1
pixel-aspect-ratio for the video. It fails with files with non-1/1 par, because
the playsink videoconverter bin is using the 'identity' path instead of the
videoconvert ! videoscale path for some reason. An additional observation:
everything works fine with the deinterlace flag removed (e.g. just
flags=video).

To reproduce:

gst-launch-1.0 playbin
uri=http://people.freedesktop.org/~tpm/samples/bbcnews2.m2t
video-sink=ximagesink

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