mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
fix location
Original commit message from CVS: fix location
This commit is contained in:
parent
da1f7586fc
commit
d9f2daf34c
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails shout2send_details = {
|
||||
"An Icecast plugin",
|
||||
"Shout2send",
|
||||
"Sink/Network/Icecast2",
|
||||
"LGPL",
|
||||
"Sends data to an icecast server",
|
||||
VERSION,
|
||||
|
|
Loading…
Reference in a new issue