mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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;
|
guint64 signature;
|
||||||
gsize size;
|
gsize size;
|
||||||
|
|
||||||
|
GST_VIDEO_CODEC_FRAME_SET_SYNC_POINT (frame);
|
||||||
|
|
||||||
/* FIXME : The overhead of using scan_uint32 is massive */
|
/* FIXME : The overhead of using scan_uint32 is massive */
|
||||||
|
|
||||||
size = gst_adapter_available (adapter);
|
size = gst_adapter_available (adapter);
|
||||||
|
|
Loading…
Reference in a new issue