jifmux: Do not limit the size of the image on 16bits
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Thu, 2 Sep 2010 14:18:27 +0000 (11:18 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Sun, 5 Sep 2010 12:15:55 +0000 (09:15 -0300)
commit27333b0ef2a39751cf56e2ac8a94428fcc5e9b1b
tree5ffefe6a7f436014c78cc349db63ed89b32fa022
parentf664fd9c04c024ce1acdafddb48fffd9a1c3e1b7
jifmux: Do not limit the size of the image on 16bits

Use guint instead of guint16 to represent the size of the encoded image,
this would make some recombined images lose most of their data and
show like a big black image with a small line of content on top.

Also adds a minor log message.
gst/jpegformat/gstjifmux.c