summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-08 09:15:07 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-08 09:15:07 +0000
commitb237a497726c9de89c283136e63be8e28951a343 (patch)
treed244b899fd36c5df6e95e06037164857f354d88b /gst
parente79e4da70c560a77e344397550304d38eee77770 (diff)
rearranging element tree
Original commit message from CVS: rearranging element tree
Diffstat (limited to 'gst')
-rw-r--r--gst/qtdemux/qtdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c
index 5ff04320..05b388b7 100644
--- a/gst/qtdemux/qtdemux.c
+++ b/gst/qtdemux/qtdemux.c
@@ -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>",