diff --git a/ChangeLog b/ChangeLog index 272875687a..d9aaa14017 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-09-04 Wim Taymans + + patch by: Alessandro Dessina + + * ext/ogg/gstoggmux.c: + Add cmml caps to oggmux. Fixes #353912 + 2006-09-02 Tim-Philipp Müller * tests/check/elements/videotestsrc.c: (check_rgb_buf): diff --git a/ext/ogg/gstoggmux.c b/ext/ogg/gstoggmux.c index 0be970ac64..041bbbb601 100644 --- a/ext/ogg/gstoggmux.c +++ b/ext/ogg/gstoggmux.c @@ -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);