jpeggdec: modify wrong packetized mode logic
authorVineeth T M <vineeth.tm@samsung.com>
Tue, 16 Sep 2014 07:54:15 +0000 (13:24 +0530)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 16 Sep 2014 08:25:31 +0000 (11:25 +0300)
commit448b1ac2b10b4b9cd8cba5316fc1c52bc3e65e0e
treeeb161bc6572f0450978b8fe2c5c1b802ea0b1f55
parente45e6382d6a62152c40c985110113ffc800455ae
jpeggdec: modify wrong packetized mode logic

packetized mode is being set when framerate is being set
which is not correct. Changing the same by checking the
input segement format. If input segment is in TIME it is
Packetized, and if it is in BYTES it is not.

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