jpegdec: Wait for segment event before checking it
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 6 Jun 2016 21:00:22 +0000 (17:00 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 8 Jun 2016 00:36:26 +0000 (20:36 -0400)
commita6008fde652e423849964cb5c66e146670f14db0
treed1b626e1a251ff15bfe862a21d1c04981c80cf17
parent462800e9c632fe28bcce2d5523e3b05090052057
jpegdec: Wait for segment event before checking it

The heuristic to choose between packetise or not was change to use the
segment format. The problem is that this change is reading the segment
during the caps event handling. The segment event will only be sent
after. That prevented the decoder to go in packetize mode, and avoid
useless parsing.

https://bugzilla.gnome.org/show_bug.cgi?id=736252
ext/jpeg/gstjpegdec.c