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 736786 - vc1parse: enable header-format conversion
vc1parse: enable header-format conversion
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-17 09:58 UTC by Aurélien Zanelli
Modified: 2014-09-18 09:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vc1parse: enable header-format conversion (1.11 KB, patch)
2014-09-17 09:59 UTC, Aurélien Zanelli
committed Details | Review

Description Aurélien Zanelli 2014-09-17 09:58:57 UTC
In fact we support header-format conversion which is done in update_caps() method.

For information header-format conversion has been disabled in commit 8aec23ac0578cf15ae8217e74d87594b473b702b
Comment 1 Aurélien Zanelli 2014-09-17 09:59:54 UTC
Created attachment 286351 [details] [review]
vc1parse: enable header-format conversion
Comment 2 Sebastian Dröge (slomo) 2014-09-18 09:28:31 UTC
commit 7acf2fe5cbc451833aed28c26e68df988765d0be
Author: Aurélien Zanelli <aurelien.zanelli@parrot.com>
Date:   Wed Sep 17 11:49:22 2014 +0200

    vc1parse: enable header-format conversion
    
    In fact we support header-format conversion which is done in
    update_caps() method.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736786