mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
pngdec: All frames are sync points
This commit is contained in:
parent
3414e3d0b9
commit
5eb4901a8c
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue