mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rearranging element tree
Original commit message from CVS: rearranging element tree
This commit is contained in:
parent
e79e4da70c
commit
b237a49772
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
GstElementDetails mikmod_details = {
|
||||
"MikMod",
|
||||
"Audio/Module",
|
||||
"Codec/Audio/Decoder",
|
||||
"Module decoder based on libmikmod",
|
||||
VERSION,
|
||||
"Jeremy SIMON <jsimon13@yahoo.fr>",
|
||||
|
|
|
@ -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>",
|
||||
|
|
Loading…
Reference in a new issue