mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
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)
This commit is contained in:
parent
bf428c55a6
commit
af279726ee
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ GType gst_diracdec_get_type (void);
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
GstElementDetails gst_diracdec_details = {
|
GstElementDetails gst_diracdec_details = {
|
||||||
"Dirac stream decoder",
|
"Dirac stream decoder",
|
||||||
"Codec/Decoder",
|
"Codec/Decoder/Video",
|
||||||
"Decode DIRAC streams",
|
"Decode DIRAC streams",
|
||||||
"David Schleef <ds@schleef.org>",
|
"David Schleef <ds@schleef.org>",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue