codecparsers: mpeg: Add an mpeg video bitstream parsing library
authorThibault Saunier <thibault.saunier@collabora.com>
Tue, 19 Jul 2011 11:52:01 +0000 (13:52 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 2 Sep 2011 13:46:02 +0000 (15:46 +0200)
commitc64b99339c56b504173b45748e0f93a741c68268
treec8fd1c7d5f6341d158689955bd5f2248cd82cb9f
parent4ca79463fc9a40f9450d465980cc3d72937560a0
codecparsers: mpeg: Add an mpeg video bitstream parsing library

Create a new codecparsers library
12 files changed:
configure.ac
docs/libs/gst-plugins-bad-libs-docs.sgml
docs/libs/gst-plugins-bad-libs-sections.txt
docs/libs/gst-plugins-bad-libs.types
gst-libs/gst/Makefile.am
gst-libs/gst/codecparsers/Makefile.am [new file with mode: 0644]
gst-libs/gst/codecparsers/gstmpegvideoparser.c [new file with mode: 0644]
gst-libs/gst/codecparsers/gstmpegvideoparser.h [new file with mode: 0644]
gst-plugins-bad.spec.in
pkgconfig/gstreamer-plugins-bad.pc.in
tests/check/Makefile.am
tests/check/libs/mpegvideoparser.c [new file with mode: 0644]