jpegdec: fix compiler warning on type check
This commit is contained in:
parent
a0e934e72e
commit
a8460654d5
@ -1406,7 +1406,7 @@ gst_jpeg_dec_start (GstVideoDecoder * bdec)
|
||||
dec->parse_entropy_len = 0;
|
||||
dec->parse_resync = FALSE;
|
||||
|
||||
gst_video_decoder_set_packetized (dec, FALSE);
|
||||
gst_video_decoder_set_packetized (bdec, FALSE);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user