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
commit4b3f9b3c52cfd4600c63e2a2a915e474606173ce (patch)
treed0f316a46c109280ac9a80e80e3aa4008dfd9d37 /gst
parentd260099fd7f2146f3e92884228c98b7acf6c11dd (diff)
downloadgst-plugins-bad-4b3f9b3c52cfd4600c63e2a2a915e474606173ce.tar.gz
gst-plugins-bad-4b3f9b3c52cfd4600c63e2a2a915e474606173ce.tar.bz2
gst-plugins-bad-4b3f9b3c52cfd4600c63e2a2a915e474606173ce.zip
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>",