After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 612995 - x264enc: pixel-aspect-ratio does not appear in src pad caps
x264enc: pixel-aspect-ratio does not appear in src pad caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal enhancement
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-15 23:27 UTC by Jan Urbański
Modified: 2010-03-16 14:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jan Urbański 2010-03-15 23:27:31 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.
Comment 1 Sebastian Dröge (slomo) 2010-03-16 14:06:24 UTC
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.