rearranging element tree
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 8 Jun 2002 09:15:07 +0000 (09:15 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 8 Jun 2002 09:15:07 +0000 (09:15 +0000)
Original commit message from CVS:
rearranging element tree

ext/mikmod/gstmikmod.c
gst/qtdemux/qtdemux.c

index a123136538f6dc823dcd589318807135bf74f7b9..655427b5fa0656cbca711fccf2b592a32811b68b 100644 (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>",
index 5ff04320b17db61a7b6fd0a8fee3f190fea6ed80..05b388b74c663db0bc062ccc74d005236017b7c6 100644 (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>",