[MOVED FROM BAD 56/57] flvmux: init variable to NULL to fix compiler warning
Fixes #580786.
This commit is contained in:
parent
189838532b
commit
95f52ab0d1
@ -631,7 +631,7 @@ gst_flv_mux_write_metadata (GstFlvMux * mux)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (mux->have_video) {
|
if (mux->have_video) {
|
||||||
GstPad *video_pad;
|
GstPad *video_pad = NULL;
|
||||||
GSList *l = mux->collect->data;
|
GSList *l = mux->collect->data;
|
||||||
|
|
||||||
for (; l; l = l->next) {
|
for (; l; l = l->next) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user