mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
compile fix
Original commit message from CVS: compile fix
This commit is contained in:
parent
a3a7c36ac1
commit
b2cc1a6972
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ gst_faad_srcconnect (GstPad *pad,
|
|||
{
|
||||
GstStructure *structure;
|
||||
const gchar *mimetype;
|
||||
gint fmt;
|
||||
gint fmt = 0;
|
||||
gint depth;
|
||||
GstFaad *faad = GST_FAAD (gst_pad_get_parent (pad));
|
||||
|
||||
|
|
Loading…
Reference in a new issue