ext/ogg/gstoggmux.c: Allow muxing of CELT into Ogg streams.
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 28 Jul 2008 13:12:51 +0000 (13:12 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 28 Jul 2008 13:12:51 +0000 (13:12 +0000)
Original commit message from CVS:
* ext/ogg/gstoggmux.c:
Allow muxing of CELT into Ogg streams.

ChangeLog
ext/ogg/gstoggmux.c

index 8b41f7f..9dd3132 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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),
        (plugin_init):
        Add simple typefinder for the CELT codec (www.celt-codec.org).
index 50a074d..7ab13cf 100644 (file)
@@ -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")
     );