mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
parent
9a0c38e01e
commit
62db462298
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue