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.
This commit is contained in:
Sebastian Dröge 2008-02-11 09:48:03 +00:00
parent bb1b1b0e19
commit 13752e7fd8
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
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>

View 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>"