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 613231 - [ffdec] Aspect ratio change is not detected
[ffdec] Aspect ratio change is not detected
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.10
Other All
: Normal normal
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-18 11:12 UTC by Raimo Järvi
Modified: 2010-03-18 13:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix detecting aspect ratio change in decoder (2.81 KB, patch)
2010-03-18 11:12 UTC, Raimo Järvi
committed Details | Review

Description Raimo Järvi 2010-03-18 11:12:36 UTC
Created attachment 156443 [details] [review]
Fix detecting aspect ratio change in decoder

gst-ffmpeg decoder does not detect aspect ratio change in input video. The attached patch fixes this.
Comment 1 Sebastian Dröge (slomo) 2010-03-18 13:09:33 UTC
commit 9637ff5ab1a44c150617c13f5108f2a0b61c0d4e
Author: Raimo Järvi <raimo.jarvi@gmail.com>
Date:   Thu Mar 18 14:08:51 2010 +0100

    ffdec: Update caps if the aspect ratio changes
    
    Fixes bug #613231.