pngdec: All frames are sync points

This commit is contained in:
Sebastian Dröge 2014-03-26 08:02:43 +01:00
parent 3414e3d0b9
commit 5eb4901a8c

View file

@ -413,6 +413,8 @@ gst_pngdec_parse (GstVideoDecoder * decoder, GstVideoCodecFrame * frame,
guint64 signature;
gsize size;
GST_VIDEO_CODEC_FRAME_SET_SYNC_POINT (frame);
/* FIXME : The overhead of using scan_uint32 is massive */
size = gst_adapter_available (adapter);