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 "