GNOME Bugzilla – Bug 612995
x264enc: pixel-aspect-ratio does not appear in src pad caps
Last modified: 2010-03-16 14:06:24 UTC
When doing gst-launch -v videotestsrc num-buffers=500 ! 'video/x-raw-yuv,pixel-aspect-ratio=(fraction)16/9' ! x264enc ! fakesink silent=1 the PAR appears in the x264enc sink caps, but not in the src caps. This hides information that's potentially valuable to the muxer.
commit 43b366ce529b1813458be58d3f2b4ddf67faa2ab Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Tue Mar 16 15:05:06 2010 +0100 x264enc: Put pixel-aspect-ratio from input into the src pad caps Fixes bug #612995.