From e8d0f5e3b34d1657a0afe7af421d349faca216ee Mon Sep 17 00:00:00 2001 From: Thiago Sousa Santos Date: Sat, 8 Nov 2008 02:00:58 +0000 Subject: Copy qtmux from revision 148 of the gst-qtmux repository. Original commit message from CVS: patch by: Thiago Sousa Santos * configure.ac: * gst/qtmux/Makefile.am: * gst/qtmux/atoms.c: * gst/qtmux/atoms.h: * gst/qtmux/descriptors.c: * gst/qtmux/descriptors.h: * gst/qtmux/fourcc.h: * gst/qtmux/ftypcc.h: * gst/qtmux/gstqtmux.c: * gst/qtmux/gstqtmux.h: * gst/qtmux/gstqtmuxmap.c: * gst/qtmux/gstqtmuxmap.h: * gst/qtmux/properties.c: * gst/qtmux/properties.h: Copy qtmux from revision 148 of the gst-qtmux repository. Fixes #550280. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5e04896e..2a9f956f 100644 --- a/configure.ac +++ b/configure.ac @@ -255,6 +255,7 @@ AG_GST_CHECK_PLUGIN(mve) AG_GST_CHECK_PLUGIN(nsf) AG_GST_CHECK_PLUGIN(nuvdemux) AG_GST_CHECK_PLUGIN(pcapparse) +AG_GST_CHECK_PLUGIN(qtmux) AG_GST_CHECK_PLUGIN(rawparse) AG_GST_CHECK_PLUGIN(real) AG_GST_CHECK_PLUGIN(rtpmanager) @@ -1409,6 +1410,7 @@ gst/mve/Makefile gst/nsf/Makefile gst/nuvdemux/Makefile gst/pcapparse/Makefile +gst/qtmux/Makefile gst/rawparse/Makefile gst/rtpmanager/Makefile gst/scaletempo/Makefile -- cgit v1.2.1