summaryrefslogtreecommitdiff
path: root/ext/libpng
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-03-26 08:02:43 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-03-26 08:03:46 +0100
commit5eb4901a8c413c09e3902c6d70902e8c648114ba (patch)
treeb8bffd93126240147bb2ce75dc32010b14a7f262 /ext/libpng
parent3414e3d0b9d5c6de100865dfc7c2b26b5a45c007 (diff)
pngdec: All frames are sync points
Diffstat (limited to 'ext/libpng')
-rw-r--r--ext/libpng/gstpngdec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/libpng/gstpngdec.c b/ext/libpng/gstpngdec.c
index f51c91af9..0608449e0 100644
--- a/ext/libpng/gstpngdec.c
+++ b/ext/libpng/gstpngdec.c
@@ -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);