jpegdec: All frames are sync points

This commit is contained in:
Sebastian Dröge 2014-03-26 08:03:22 +01:00
parent 5eb4901a8c
commit 94bfdc7a56

View file

@ -296,6 +296,8 @@ gst_jpeg_dec_parse (GstVideoDecoder * bdec, GstVideoCodecFrame * frame,
gint offset = 0, noffset;
GstJpegDec *dec = (GstJpegDec *) bdec;
GST_VIDEO_CODEC_FRAME_SET_SYNC_POINT (frame);
/* FIXME : The overhead of using scan_uint32 is massive */
size = gst_adapter_available (adapter);