2003-10-28 20:25:30 +00:00
|
|
|
# FIXME:
|
|
|
|
# need to get gstbufferstore.[ch] into its own lib, preferrably
|
|
|
|
# libs/gst/buifferstore
|
|
|
|
# This requires building libs/gst before this dir, which we currently don't
|
|
|
|
# do.
|
|
|
|
|
2002-01-12 00:47:40 +00:00
|
|
|
plugin_LTLIBRARIES = libgstelements.la
|
2004-04-20 22:22:01 +00:00
|
|
|
AS_LIBTOOL_LIB = libgstelements
|
|
|
|
|
|
|
|
EXTRA_DIST = $(as_libtool_EXTRA_DIST)
|
|
|
|
noinst_DATA = $(as_libtool_noinst_DATA_files)
|
2000-01-30 09:03:00 +00:00
|
|
|
|
2004-04-14 01:38:27 +00:00
|
|
|
# FIXME:
|
|
|
|
# Disable multifilesrc on Windows, cause it uses mmap excessively
|
|
|
|
# and I don't feel like fixing it yet. See also the disablement
|
|
|
|
# in gstelements.c.
|
|
|
|
if AS_LIBTOOL_WIN32
|
|
|
|
multifilesrc =
|
2004-04-20 22:22:01 +00:00
|
|
|
pipefilter =
|
2004-04-14 01:38:27 +00:00
|
|
|
else
|
|
|
|
multifilesrc = gstmultifilesrc.c
|
2004-04-20 22:22:01 +00:00
|
|
|
pipefilter = gstpipefilter.c
|
2004-04-14 01:38:27 +00:00
|
|
|
endif
|
|
|
|
|
2002-12-08 14:39:38 +00:00
|
|
|
libgstelements_la_DEPENDENCIES = ../libgstreamer-@GST_MAJORMINOR@.la
|
2000-01-30 09:03:00 +00:00
|
|
|
libgstelements_la_SOURCES = \
|
2004-12-08 17:40:37 +00:00
|
|
|
gstfakesrc.c \
|
|
|
|
gstfakesink.c \
|
|
|
|
gstfilesrc.c \
|
|
|
|
gstidentity.c \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstelements.c \
|
2005-03-01 16:51:11 +00:00
|
|
|
gsttee.c
|
|
|
|
|
|
|
|
# gstaggregator.c \
|
|
|
|
# gstbufferstore.c \
|
|
|
|
# gstfilesink.c \
|
|
|
|
# gstfdsink.c \
|
|
|
|
# gstfdsrc.c \
|
|
|
|
# gstmd5sink.c \
|
|
|
|
# $(multifilesrc) \
|
|
|
|
# $(pipefilter) \
|
|
|
|
# gstshaper.c \
|
|
|
|
# gststatistics.c \
|
|
|
|
# gsttypefindelement.c
|
2003-10-28 20:25:30 +00:00
|
|
|
|
2004-05-04 12:38:36 +00:00
|
|
|
libgstelements_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
|
|
libgstelements_la_LIBADD = $(GST_OBJ_LIBS)
|
Add sink base class to abstract locking and preroll.
Original commit message from CVS:
* configure.ac:
* docs/design/part-states.txt:
* gst/Makefile.am:
* gst/base/Makefile.am:
* gst/base/gstbasesink.c: (gst_basesink_get_template),
(gst_basesink_base_init), (gst_basesink_class_init),
(gst_basesink_init), (gst_basesink_set_pad_functions),
(gst_basesink_set_all_pad_functions), (gst_basesink_set_clock),
(gst_basesink_set_property), (gst_basesink_get_property),
(gst_base_sink_get_template), (gst_base_sink_get_caps),
(gst_base_sink_set_caps), (gst_base_sink_alloc_buffer),
(gst_basesink_finish_preroll), (gst_basesink_event),
(gst_basesink_chain_unlocked), (gst_basesink_chain),
(gst_basesink_loop), (gst_basesink_activate),
(gst_basesink_change_state):
* gst/base/gstbasesink.h:
* gst/elements/Makefile.am:
* gst/elements/gstfakesink.c: (gst_fakesink_base_init),
(gst_fakesink_class_init), (gst_fakesink_init),
(gst_fakesink_set_property), (gst_fakesink_get_property),
(gst_fakesink_event), (gst_fakesink_preroll),
(gst_fakesink_render), (gst_fakesink_change_state):
* gst/elements/gstfakesink.h:
* gst/gstelement.c: (gst_element_get_random_pad):
* gst/gstevent.h:
* gst/gstiterator.c: (gst_iterator_init), (gst_iterator_new),
(gst_list_iterator_next), (gst_list_iterator_free),
(gst_iterator_new_list), (gst_iterator_pop), (gst_iterator_next),
(gst_iterator_push), (filter_next):
* gst/gstmessage.h:
* gst/gsttrashstack.h:
Add sink base class to abstract locking and preroll.
Make fakesink use the base class.
Some doc fixes.
Fix missing breaks.
2005-02-23 11:22:43 +00:00
|
|
|
libgstelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(as_libtool_LDFLAGS) $(top_builddir)/gst/base/libgstbase.la
|
2000-01-30 09:03:00 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
2003-10-28 20:25:30 +00:00
|
|
|
gstaggregator.h \
|
|
|
|
gstbufferstore.h \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstfakesink.h \
|
2003-10-28 20:25:30 +00:00
|
|
|
gstfakesrc.h \
|
|
|
|
gstfdsink.h \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstfdsrc.h \
|
2003-10-28 20:25:30 +00:00
|
|
|
gstfilesink.h \
|
|
|
|
gstfilesrc.h \
|
|
|
|
gstidentity.h \
|
|
|
|
gstmd5sink.h \
|
2004-02-11 18:49:26 +00:00
|
|
|
gstmultifilesrc.h \
|
2000-05-28 19:59:46 +00:00
|
|
|
gstpipefilter.h \
|
2003-02-23 20:29:12 +00:00
|
|
|
gstshaper.h \
|
2003-10-28 20:25:30 +00:00
|
|
|
gststatistics.h \
|
|
|
|
gsttee.h \
|
2004-04-29 00:32:28 +00:00
|
|
|
gsttypefindelement.h
|
2004-04-20 22:22:01 +00:00
|
|
|
|
|
|
|
install-data-local: as-libtool-install-data-local
|
|
|
|
|
|
|
|
uninstall-local: as-libtool-uninstall-local
|
|
|
|
|
|
|
|
include $(top_srcdir)/common/as-libtool.mak
|
|
|
|
|