jpegparse: new jpeg parser element. FIxes #583098
authorArnout Vandecappelle <arnout@mind.be>
Wed, 19 Aug 2009 10:22:30 +0000 (12:22 +0200)
committerStefan Kost <ensonic@users.sf.net>
Fri, 29 Jan 2010 09:41:15 +0000 (11:41 +0200)
commitbb5331e2729913aec8ea0f60101049d5b7e590b0
treed51278ba1a7ace15e8ed0d54a31c411d5e03a934
parent0713748e1b63dea9298b00b10b8acffb01170368
jpegparse: new jpeg parser element. FIxes #583098

Parse JPEG images, extracts its metadata, set caps and
packetize an image per buffer.
configure.ac
docs/plugins/Makefile.am
docs/plugins/gst-plugins-bad-plugins-docs.sgml
docs/plugins/gst-plugins-bad-plugins-sections.txt
gst/jpegformat/Makefile.am [new file with mode: 0644]
gst/jpegformat/gstjpegparse.c [new file with mode: 0644]
gst/jpegformat/gstjpegparse.h [new file with mode: 0644]
tests/check/Makefile.am
tests/check/elements/jpegparse.c [new file with mode: 0644]