From 2debc288bfb410b132930f1e134cc3eef8069a9c Mon Sep 17 00:00:00 2001 From: Alessandro Dessina Date: Mon, 4 Sep 2006 09:13:01 +0000 Subject: [PATCH] ext/ogg/gstoggmux.c: Add cmml caps to oggmux. Fixes #353912 Original commit message from CVS: patch by: Alessandro Dessina * ext/ogg/gstoggmux.c: Add cmml caps to oggmux. Fixes #353912 --- ChangeLog | 7 +++++++ ext/ogg/gstoggmux.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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);