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 612687 - [mpegvideoparse] Update caps when sequence header changes
[mpegvideoparse] Update caps when sequence header changes
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.18
Other All
: Normal normal
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-12 11:09 UTC by Raimo Järvi
Modified: 2010-03-13 05:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix updating caps (1.76 KB, patch)
2010-03-12 11:09 UTC, Raimo Järvi
none Details | Review

Description Raimo Järvi 2010-03-12 11:09:01 UTC
Created attachment 155951 [details] [review]
Fix updating caps

Mpegvideoparse doesn't update video caps when sequence header changes, e.g. when video size or aspect ratio changes. The attached patch seems to fix this.
Comment 1 Sebastian Dröge (slomo) 2010-03-13 05:04:09 UTC
commit 46abe733c69a8f4bef88111c7fea131a207404ff
Author: Raimo Järvi <raimo.jarvi@gmail.com>
Date:   Sat Mar 13 06:03:32 2010 +0100

    mpegvideoparse: Update caps when the sequence header changes
    
    Fixes bug #612687.