2002-05-01 18:41:59 +00:00
|
|
|
|
2011-04-30 16:46:36 +00:00
|
|
|
plugin_LTLIBRARIES = libgstisomp4.la
|
2002-05-01 18:41:59 +00:00
|
|
|
|
2011-04-30 16:46:36 +00:00
|
|
|
libgstisomp4_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
libgstisomp4_la_LIBADD = \
|
2010-01-04 23:44:28 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
2012-04-04 12:33:23 +00:00
|
|
|
-lgstriff-@GST_API_VERSION@ \
|
|
|
|
-lgstaudio-@GST_API_VERSION@ \
|
|
|
|
-lgstvideo-@GST_API_VERSION@ \
|
|
|
|
-lgstrtp-@GST_API_VERSION@ \
|
|
|
|
-lgsttag-@GST_API_VERSION@ \
|
|
|
|
-lgstpbutils-@GST_API_VERSION@ \
|
2014-08-14 15:12:20 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS) $(ZLIB_LIBS)
|
2011-04-30 16:46:36 +00:00
|
|
|
libgstisomp4_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
|
|
|
|
libgstisomp4_la_SOURCES = isomp4-plugin.c gstrtpxqtdepay.c \
|
2011-04-13 10:25:11 +00:00
|
|
|
qtdemux.c qtdemux_types.c qtdemux_dump.c qtdemux_lang.c \
|
|
|
|
gstqtmux.c gstqtmoovrecover.c atoms.c atomsrecovery.c descriptors.c \
|
2015-02-11 14:30:44 +00:00
|
|
|
properties.c gstqtmuxmap.c gstisoff.c
|
2012-10-24 10:14:50 +00:00
|
|
|
libgstisomp4_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2002-05-01 18:41:59 +00:00
|
|
|
|
2007-01-12 12:10:19 +00:00
|
|
|
noinst_HEADERS = \
|
2009-07-01 12:49:57 +00:00
|
|
|
qtatomparser.h \
|
2007-01-12 12:10:19 +00:00
|
|
|
qtdemux.h \
|
|
|
|
qtdemux_types.h \
|
|
|
|
qtdemux_dump.h \
|
2010-03-26 16:50:22 +00:00
|
|
|
qtdemux_lang.h \
|
gst/qtdemux/: Add X-QT depayloader that will eventually share code with the demuxer.
Original commit message from CVS:
* gst/qtdemux/Makefile.am:
* gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
(gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
(gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
(gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
(gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
(gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
* gst/qtdemux/gstrtpxqtdepay.h:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
(gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
(qtdemux_parse_moov), (qtdemux_parse_container),
(qtdemux_parse_node), (gst_qtdemux_add_stream),
(qtdemux_parse_trak), (qtdemux_audio_caps):
* gst/qtdemux/qtdemux.h:
* gst/qtdemux/quicktime.c: (plugin_init):
Add X-QT depayloader that will eventually share code with the demuxer.
Make new plugin entry point with quicktime releated stuff.
2007-01-12 17:16:51 +00:00
|
|
|
qtpalette.h \
|
2011-04-13 10:25:11 +00:00
|
|
|
gstrtpxqtdepay.h \
|
|
|
|
gstqtmux.h \
|
|
|
|
gstqtmoovrecover.h \
|
|
|
|
atoms.h \
|
|
|
|
atomsrecovery.h \
|
|
|
|
descriptors.h \
|
|
|
|
properties.h \
|
|
|
|
fourcc.h \
|
2015-02-11 14:30:44 +00:00
|
|
|
gstisoff.h \
|
2011-04-13 10:25:11 +00:00
|
|
|
gstqtmuxmap.h
|
2011-04-10 22:56:52 +00:00
|
|
|
|
2011-04-21 22:30:26 +00:00
|
|
|
EXTRA_DIST = \
|
|
|
|
gstqtmux-doc.c \
|
|
|
|
gstqtmux-doc.h
|