From af279726ee3296addd4ddf29dfb5242b0fabb8f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loeuillet?= Date: Tue, 18 May 2004 23:16:33 +0000 Subject: move dirac plug-in where all his friends are (Codec/Decoder/Video) Original commit message from CVS: move dirac plug-in where all his friends are (Codec/Decoder/Video) --- ext/dirac/gstdiracdec.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dirac/gstdiracdec.cc b/ext/dirac/gstdiracdec.cc index ae184183..0b09ce43 100644 --- a/ext/dirac/gstdiracdec.cc +++ b/ext/dirac/gstdiracdec.cc @@ -66,7 +66,7 @@ GType gst_diracdec_get_type (void); /* elementfactory information */ GstElementDetails gst_diracdec_details = { "Dirac stream decoder", - "Codec/Decoder", + "Codec/Decoder/Video", "Decode DIRAC streams", "David Schleef ", }; -- cgit v1.2.1