mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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;
|
GstStructure *structure;
|
||||||
const gchar *mimetype;
|
const gchar *mimetype;
|
||||||
gint fmt;
|
gint fmt = 0;
|
||||||
gint depth;
|
gint depth;
|
||||||
GstFaad *faad = GST_FAAD (gst_pad_get_parent (pad));
|
GstFaad *faad = GST_FAAD (gst_pad_get_parent (pad));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue