mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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:
parent
bb1b1b0e19
commit
13752e7fd8
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue