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 619219 - [matroska] Move webm muxer into a separate element with restrictions
[matroska] Move webm muxer into a separate element with restrictions
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal blocker
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-20 18:28 UTC by Sebastian Dröge (slomo)
Modified: 2010-05-20 19:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
webmmux: Add new webmmux element that only supports muxing of WebM (9.11 KB, patch)
2010-05-20 18:28 UTC, Sebastian Dröge (slomo)
committed Details | Review
matroska: Remove the doctype enum, it's not needed anymore (3.82 KB, patch)
2010-05-20 18:28 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2010-05-20 18:28:16 UTC
...attached patch does that.
Comment 1 Sebastian Dröge (slomo) 2010-05-20 18:28:51 UTC
Created attachment 161580 [details] [review]
webmmux: Add new webmmux element that only supports muxing of WebM

...and remove the doctype property from matroskamux again.
Comment 2 Sebastian Dröge (slomo) 2010-05-20 18:28:55 UTC
Created attachment 161581 [details] [review]
matroska: Remove the doctype enum, it's not needed anymore
Comment 3 Sebastian Dröge (slomo) 2010-05-20 19:50:26 UTC
commit 82e4807d108e6e702f8b8acf57142ce4cfacde09
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Thu May 20 20:01:58 2010 +0200

    matroska: Remove the doctype enum, it's not needed anymore

commit 6a25cd475cd2d823cb994c82db50834802ad8eed
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Thu May 20 19:57:14 2010 +0200

    webmmux: Add new webmmux element that only supports muxing of WebM
    
    ...and remove the doctype property from matroskamux again.