mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
jpegdec: By default assume that we're working on non-packetized input
Only detecting this in set_format() does not work because we might not get any caps at all, e.g. from filesrc.
This commit is contained in:
parent
0392a0dc3d
commit
8ca4a47cdc
1 changed files with 2 additions and 0 deletions
|
@ -1406,6 +1406,8 @@ 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);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue