diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-03-26 08:02:43 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-03-26 08:03:46 +0100 |
commit | 5eb4901a8c413c09e3902c6d70902e8c648114ba (patch) | |
tree | b8bffd93126240147bb2ce75dc32010b14a7f262 /ext | |
parent | 3414e3d0b9d5c6de100865dfc7c2b26b5a45c007 (diff) |
pngdec: All frames are sync points
Diffstat (limited to 'ext')
-rw-r--r-- | ext/libpng/gstpngdec.c | 2 |
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); |