diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-27 13:05:17 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-27 13:05:17 +0000 |
commit | d9f2daf34c2e936a5a17c35056b304cd86f3be8d (patch) | |
tree | 20bf606134b45f20f8a227f163175d5689f4ea00 /ext/dv | |
parent | da1f7586fc61a27019bee563ed487b0dffce4b0f (diff) |
fix location
Original commit message from CVS:
fix location
Diffstat (limited to 'ext/dv')
-rw-r--r-- | ext/dv/gstdvdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c index d8792234..1d41f0c5 100644 --- a/ext/dv/gstdvdec.c +++ b/ext/dv/gstdvdec.c @@ -34,7 +34,7 @@ */ static GstElementDetails dvdec_details = { "DV (smpte314) decoder plugin", - "Decoder/DV", + "Codec/Video/Decoder/DV", "LGPL", "Uses libdv to decode DV video (libdv.sourceforge.net)", VERSION, |