ext/theora/theoraparse.c: Fix long description of the theora parser to be more verbos...
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 11 Feb 2008 09:48:03 +0000 (09:48 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 11 Feb 2008 09:48:03 +0000 (09:48 +0000)
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
ext/theora/theoraparse.c

index 1581614..f69be8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
 
+       * 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  <slomo@circular-chaos.org>
+
        Patch by: Branko Čibej <brane at xbc dot nu>
 
        * sys/xvimage/xvimagesink.c:
index 2e6852d..ff5e70f 100644 (file)
@@ -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 <wingo@pobox.com>"