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 353912 - Add cmml caps to oggmux
Add cmml caps to oggmux
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.10
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-01 21:33 UTC by Alessandro Decina
Modified: 2006-09-04 15:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add cmml caps to oggmux (493 bytes, patch)
2006-09-01 21:33 UTC, Alessandro Decina
committed Details | Review

Description Alessandro Decina 2006-09-01 21:33:14 UTC
The patch adds cmml caps to oggmux. Actually this was meant to be applied months ago.
Comment 1 Alessandro Decina 2006-09-01 21:33:48 UTC
Created attachment 72048 [details] [review]
Add cmml caps to oggmux
Comment 2 Wim Taymans 2006-09-04 09:13:12 UTC
        patch by: Alessandro Dessina <alessandro nnva org>

        * ext/ogg/gstoggmux.c:
        Add cmml caps to oggmux. Fixes #353912
Comment 3 Tim-Philipp Müller 2006-09-04 09:31:31 UTC
Just out of curiosity: do the standards require the BOS pages to be in a certain order for CMML, and if so does oggmux handle this correctly? (for example, any theora BOS should come before any vorbis/speex BOS).
Comment 4 Alessandro Decina 2006-09-04 15:15:15 UTC
(In reply to comment #3)
> Just out of curiosity: do the standards require the BOS pages to be in a
> certain order for CMML
Only when creating an annodex file, that is when a skeleton logical bitstream is muxed too. I've a separate patch for that.