[gst-cvs] gst-plugins-bad: jpegparse: new jpeg parser element. FIxes #583098

Stefan Kost ensonic at kemper.freedesktop.org
Fri Jan 29 01:43:14 PST 2010


Module: gst-plugins-bad
Branch: master
Commit: bb5331e2729913aec8ea0f60101049d5b7e590b0
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=bb5331e2729913aec8ea0f60101049d5b7e590b0

Author: Arnout Vandecappelle <arnout at mind.be>
Date:   Wed Aug 19 12:22:30 2009 +0200

jpegparse: new jpeg parser element. FIxes #583098

Parse JPEG images, extracts its metadata, set caps and
packetize an image per buffer.

---

 configure.ac                                      |    2 +
 docs/plugins/Makefile.am                          |    1 +
 docs/plugins/gst-plugins-bad-plugins-docs.sgml    |    2 +
 docs/plugins/gst-plugins-bad-plugins-sections.txt |   14 +
 gst/jpegformat/Makefile.am                        |    9 +
 gst/jpegformat/gstjpegparse.c                     |  807 +++++++++++++++++++++
 gst/jpegformat/gstjpegparse.h                     |   59 ++
 tests/check/Makefile.am                           |    1 +
 tests/check/elements/jpegparse.c                  |  187 +++++
 9 files changed, 1082 insertions(+), 0 deletions(-)

Diff:   http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/diff/?id=bb5331e2729913aec8ea0f60101049d5b7e590b0




More information about the Gstreamer-commits mailing list