rearranging element tree

Original commit message from CVS:
rearranging element tree
This commit is contained in:
Thomas Vander Stichele 2002-06-08 09:15:07 +00:00
parent e79e4da70c
commit b237a49772
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
GstElementDetails mikmod_details = {
"MikMod",
"Audio/Module",
"Codec/Audio/Decoder",
"Module decoder based on libmikmod",
VERSION,
"Jeremy SIMON <jsimon13@yahoo.fr>",

View file

@ -25,7 +25,7 @@ static GstElementDetails
gst_qtdemux_details =
{
"quicktime parser",
"Parser/Video",
"Codec/Parser",
"Parses a quicktime stream into audio and video substreams",
VERSION,
"A.Baguinski <artm@v2.nl>",