mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
[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
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@ gst_flv_mux_write_metadata (GstFlvMux * mux)
|
|||
}
|
||||
|
||||
if (mux->have_video) {
|
||||
GstPad *video_pad;
|
||||
GstPad *video_pad = NULL;
|
||||
GSList *l = mux->collect->data;
|
||||
|
||||
for (; l; l = l->next) {
|
||||
|
|
Loading…
Reference in a new issue