mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 15:38:53 +00:00
jpegdec: fix compiler warning on type check
This commit is contained in:
parent
a0e934e72e
commit
a8460654d5
1 changed files with 1 additions and 1 deletions
|
@ -1406,7 +1406,7 @@ gst_jpeg_dec_start (GstVideoDecoder * bdec)
|
||||||
dec->parse_entropy_len = 0;
|
dec->parse_entropy_len = 0;
|
||||||
dec->parse_resync = FALSE;
|
dec->parse_resync = FALSE;
|
||||||
|
|
||||||
gst_video_decoder_set_packetized (dec, FALSE);
|
gst_video_decoder_set_packetized (bdec, FALSE);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue