mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-05 15:49:54 +00:00
Fix gst_speexdec_details information now plugin can be register without problems
Original commit message from CVS: Fix gst_speexdec_details information now plugin can be register without problems
This commit is contained in:
parent
c5345b1b87
commit
61f3c61d92
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ extern GstPadTemplate *speexdec_src_template, *speexdec_sink_template;
|
|||
GstElementDetails gst_speexdec_details = {
|
||||
"speex audio decoder",
|
||||
"Codec/Audio/Decoder",
|
||||
"LGPL"
|
||||
"LGPL",
|
||||
".speex",
|
||||
VERSION,
|
||||
"Wim Taymans <wim.taymans@chello.be>",
|
||||
|
|
Loading…
Reference in a new issue