mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-02 14:20:06 +00:00
ext/ogg/gstoggmux.c: Allow muxing of CELT into Ogg streams.
Original commit message from CVS: * ext/ogg/gstoggmux.c: Allow muxing of CELT into Ogg streams.
This commit is contained in:
parent
63b89f5625
commit
6bccd1fcfe
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* ext/ogg/gstoggmux.c:
|
||||
Allow muxing of CELT into Ogg streams.
|
||||
|
||||
2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* gst/typefind/gsttypefindfunctions.c: (celt_type_find),
|
||||
|
|
|
@ -104,7 +104,7 @@ static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink_%d",
|
|||
GST_PAD_SINK,
|
||||
GST_PAD_REQUEST,
|
||||
GST_STATIC_CAPS ("video/x-theora; "
|
||||
"audio/x-vorbis; audio/x-flac; audio/x-speex; "
|
||||
"audio/x-vorbis; audio/x-flac; audio/x-speex; audio/x-celt; "
|
||||
"application/x-ogm-video; application/x-ogm-audio; video/x-dirac; "
|
||||
"video/x-smoke; text/x-cmml, encoded = (boolean) TRUE")
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue