diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2007-08-20 14:23:45 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2007-08-20 14:23:45 +0000 |
commit | e6c86a500d6e09439a54a82e2cfa2af9f13c5228 (patch) | |
tree | 7266ddeddc8651375461d8ec5257e853fef7b36b /configure.ac | |
parent | cd2e9804d6a54744c445821d642f0254454e19bf (diff) | |
download | gst-plugins-bad-e6c86a500d6e09439a54a82e2cfa2af9f13c5228.tar.gz gst-plugins-bad-e6c86a500d6e09439a54a82e2cfa2af9f13c5228.tar.bz2 gst-plugins-bad-e6c86a500d6e09439a54a82e2cfa2af9f13c5228.zip |
Add mpeg transport stream parser written by:
Original commit message from CVS:
* configure.ac:
* gst/mpegtsparse/Makefile.am:
* gst/mpegtsparse/flutspatinfo.c:
* gst/mpegtsparse/flutspatinfo.h:
* gst/mpegtsparse/flutspmtinfo.c:
* gst/mpegtsparse/flutspmtinfo.h:
* gst/mpegtsparse/flutspmtstreaminfo.c:
* gst/mpegtsparse/flutspmtstreaminfo.h:
* gst/mpegtsparse/mpegtspacketizer.c:
* gst/mpegtsparse/mpegtspacketizer.h:
* gst/mpegtsparse/mpegtsparse.c:
* gst/mpegtsparse/mpegtsparse.h:
* gst/mpegtsparse/mpegtsparsemarshal.list:
Add mpeg transport stream parser written by:
Alessandro Decina. Includes a couple of files from the
Fluendo transport stream demuxer that Fluendo have
kindly allowed to be licenced under LGPL also.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a0f3bbc3..1005371e 100644 --- a/configure.ac +++ b/configure.ac @@ -91,6 +91,7 @@ GST_PLUGINS_ALL="\ interleave \ librfb \ modplug \ + mpegtsparse \ mpegvideoparse \ multifile \ mve \ @@ -989,6 +990,7 @@ gst/interleave/Makefile gst/librfb/Makefile gst/modplug/Makefile gst/modplug/libmodplug/Makefile +gst/mpegtsparse/Makefile gst/mpegvideoparse/Makefile gst/multifile/Makefile gst/mve/Makefile |