From 13752e7fd866182a767cda50e17e58a8a7d8406d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 11 Feb 2008 09:48:03 +0000 Subject: [PATCH] ext/theora/theoraparse.c: Fix long description of the theora parser to be more verbose than just the type name. Original commit message from CVS: * ext/theora/theoraparse.c: Fix long description of the theora parser to be more verbose than just the type name. --- ChangeLog | 6 ++++++ ext/theora/theoraparse.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1581614624..f69be8e1f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-02-11 Sebastian Dröge + + * ext/theora/theoraparse.c: + Fix long description of the theora parser to be more verbose than just + the type name. + 2008-02-11 Sebastian Dröge Patch by: Branko Čibej diff --git a/ext/theora/theoraparse.c b/ext/theora/theoraparse.c index 2e6852d02a..ff5e70f9a4 100644 --- a/ext/theora/theoraparse.c +++ b/ext/theora/theoraparse.c @@ -76,7 +76,7 @@ GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT); static GstElementDetails theora_parse_details = { - "TheoraParse", + "Theora video parser", "Codec/Parser/Video", "parse raw theora streams", "Andy Wingo "