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 159755 - [PATCH] use ffmpeg pixel-aspect-ratio if available
[PATCH] use ffmpeg pixel-aspect-ratio if available
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: High enhancement
: 0.8.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-11-28 20:10 UTC by Marinus Schraal
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pass ffmpeg p-a-r on (1.72 KB, patch)
2004-11-28 20:11 UTC, Marinus Schraal
none Details | Review

Description Marinus Schraal 2004-11-28 20:10:00 UTC
Patch to add p-a-r from ffmpeg if available instead of passing p-a-r on from the
demuxer. The latter is maybe questionable, but while working on this i first
tried to get the ratio from qtdemux, which often seems incorrect.
Comment 1 Marinus Schraal 2004-11-28 20:11:16 UTC
Created attachment 34250 [details] [review]
pass ffmpeg p-a-r on
Comment 2 Stephane Loeuillet 2004-12-12 14:01:28 UTC
setting priority to high, adding PATCH keyword, confirming bug as it provides a
patch to add this functionnality
Comment 3 Ronald Bultje 2004-12-16 12:47:44 UTC
I committed this in an alternative form. Your patch didn't set the PAR if the
demuxer provided it, btw, that part was broken. ;). I also moved negotiation
outside the _chain() function since the function became too large.