diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-18 23:16:33 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-18 23:16:33 +0000 |
commit | af279726ee3296addd4ddf29dfb5242b0fabb8f9 (patch) | |
tree | 5f32d261e7b5a21203c74c0be3b7d9e9bcd9070f /ext/dirac | |
parent | bf428c55a647c238acd00e48af80ba53fe217387 (diff) | |
download | gst-plugins-bad-af279726ee3296addd4ddf29dfb5242b0fabb8f9.tar.gz gst-plugins-bad-af279726ee3296addd4ddf29dfb5242b0fabb8f9.tar.bz2 gst-plugins-bad-af279726ee3296addd4ddf29dfb5242b0fabb8f9.zip |
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)
Diffstat (limited to 'ext/dirac')
-rw-r--r-- | ext/dirac/gstdiracdec.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ds@schleef.org>", }; |