mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
v4l2: Initialize variable
This commit is contained in:
parent
5a4ecc5b6f
commit
acd0c1ff90
1 changed files with 1 additions and 1 deletions
|
@ -1731,7 +1731,7 @@ default_frame_sizes:
|
|||
/* Since we can't get framerate directly, try to use the current norm */
|
||||
if (v4l2object->norm && v4l2object->norms) {
|
||||
GList *norms;
|
||||
GstTunerNorm *norm;
|
||||
GstTunerNorm *norm = NULL;
|
||||
|
||||
for (norms = v4l2object->norms; norms != NULL; norms = norms->next) {
|
||||
norm = (GstTunerNorm *) norms->data;
|
||||
|
|
Loading…
Reference in a new issue