From: Sebastian Dröge Date: Mon, 28 Jul 2008 13:12:51 +0000 (+0000) Subject: ext/ogg/gstoggmux.c: Allow muxing of CELT into Ogg streams. X-Git-Tag: 1.19.3~511^2~10341 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6bccd1fcfe73d727e4543a8bbf15d9f08f122289;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index 8b41f7f..9dd3132 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-07-28 Sebastian Dröge + * ext/ogg/gstoggmux.c: + Allow muxing of CELT into Ogg streams. + +2008-07-28 Sebastian Dröge + * gst/typefind/gsttypefindfunctions.c: (celt_type_find), (plugin_init): Add simple typefinder for the CELT codec (www.celt-codec.org). diff --git a/ext/ogg/gstoggmux.c b/ext/ogg/gstoggmux.c index 50a074d..7ab13cf 100644 --- a/ext/ogg/gstoggmux.c +++ b/ext/ogg/gstoggmux.c @@ -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") );