[Bug 584599] encoders should forward pixel-aspect-ratio in output caps
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Dec 13 16:03:31 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=584599
GStreamer | gst-libav | 0.10.x
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #11 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-12-14 00:03:25 UTC ---
This seems to work fine for me now:
gst-launch-1.0 videotestsrc num-buffers=1 ! video/x-raw,pixel-aspect-ratio=2/1
! avenc_mpeg4 ! qtmux ! filesink location=/tmp/v.qt
gst-launch-1.0 playbin uri=file:///tmp/v.qt -v | grep Xv
/GstPlayBin:playbin0/GstPlaySink:playsink/GstBin:vbin/GstAutoVideoSink:videosink/GstXvImageSink:videosink-actual-sink-xvimage.GstPad:sink:
caps = video/x-raw, format=(string)I420, width=(int)320, height=(int)240,
pixel-aspect-ratio=(fraction)2/1, interlace-mode=(string)progressive,
colorimetry=(string)bt601, framerate=(fraction)30/1
And both audio and video encoders and decoders now use the base classes, so
hopefully handle this correctly.
I think this can be close now, or is anything missing?
--
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