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
@ -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>
|
2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
* gst/typefind/gsttypefindfunctions.c: (celt_type_find),
|
* 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_SINK,
|
||||||
GST_PAD_REQUEST,
|
GST_PAD_REQUEST,
|
||||||
GST_STATIC_CAPS ("video/x-theora; "
|
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; "
|
"application/x-ogm-video; application/x-ogm-audio; video/x-dirac; "
|
||||||
"video/x-smoke; text/x-cmml, encoded = (boolean) TRUE")
|
"video/x-smoke; text/x-cmml, encoded = (boolean) TRUE")
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user