ext/ogg/gstoggmux.c: Add cmml caps to oggmux. Fixes #353912

Original commit message from CVS:
patch by: Alessandro Dessina <alessandro nnva org>
* ext/ogg/gstoggmux.c:
Add cmml caps to oggmux. Fixes #353912
This commit is contained in:
Alessandro Dessina 2006-09-04 09:13:01 +00:00 committed by Wim Taymans
parent c5d63b1c52
commit 2debc288bf
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2006-09-04 Wim Taymans <wim@fluendo.com>
patch by: Alessandro Dessina <alessandro nnva org>
* ext/ogg/gstoggmux.c:
Add cmml caps to oggmux. Fixes #353912
2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
* tests/check/elements/videotestsrc.c: (check_rgb_buf):

View file

@ -174,7 +174,7 @@ static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink_%d",
GST_STATIC_CAPS ("video/x-theora; "
"audio/x-vorbis; audio/x-flac; audio/x-speex; "
"application/x-ogm-video; application/x-ogm-audio; video/x-dirac; "
"video/x-smoke")
"video/x-smoke; text/x-cmml, encoded = (boolean) TRUE")
);
static void gst_ogg_mux_base_init (gpointer g_class);