2003-06-22 03:58:04 +00:00
|
|
|
|
2004-03-25 01:03:37 +00:00
|
|
|
plugin_LTLIBRARIES = libgstefence.la libgstnavigationtest.la libgstdebug.la
|
2003-06-22 03:58:04 +00:00
|
|
|
|
2004-05-19 14:15:41 +00:00
|
|
|
noinst_HEADERS = efence.h gstnavigationtest.h gstnavseek.h tests.h
|
2003-06-22 03:58:04 +00:00
|
|
|
|
|
|
|
libgstefence_la_SOURCES = efence.c
|
|
|
|
libgstefence_la_CFLAGS = $(GST_CFLAGS)
|
2003-07-12 12:49:14 +00:00
|
|
|
libgstefence_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2003-06-22 03:58:04 +00:00
|
|
|
|
2003-11-10 22:33:43 +00:00
|
|
|
libgstnavigationtest_la_SOURCES = gstnavigationtest.c
|
|
|
|
libgstnavigationtest_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/videofilter
|
|
|
|
libgstnavigationtest_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2004-03-25 01:03:37 +00:00
|
|
|
|
2004-04-13 23:25:19 +00:00
|
|
|
libgstdebug_la_SOURCES = \
|
|
|
|
gstdebug.c \
|
gst/audioscale/gstaudioscale.c: Fix getcaps to expand and union lists. (bug #138225)
Original commit message from CVS:
* gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
(gst_audioscale_getcaps): Fix getcaps to expand and union lists.
(bug #138225)
* gst/debug/Makefile.am:
* gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
* gst/debug/gstdebug.c: (plugin_init): Merge elements into one
plugin.
* gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
(gst_negotiation_base_init), (gst_negotiation_class_init),
(gst_negotiation_init), (gst_negotiation_getcaps),
(gst_negotiation_pad_link), (gst_negotiation_chain),
(gst_negotiation_set_property), (gst_negotiation_get_property),
(gst_negotiation_plugin_init): New element to talk about random
negotiation things happening in a pipeline.
2004-03-31 22:36:36 +00:00
|
|
|
breakmydata.c \
|
2004-04-01 11:48:27 +00:00
|
|
|
negotiation.c \
|
2004-05-13 11:32:42 +00:00
|
|
|
gstnavseek.c \
|
2004-05-19 14:15:41 +00:00
|
|
|
progressreport.c \
|
|
|
|
tests.c \
|
|
|
|
testplugin.c
|
gst/audioscale/gstaudioscale.c: Fix getcaps to expand and union lists. (bug #138225)
Original commit message from CVS:
* gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
(gst_audioscale_getcaps): Fix getcaps to expand and union lists.
(bug #138225)
* gst/debug/Makefile.am:
* gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
* gst/debug/gstdebug.c: (plugin_init): Merge elements into one
plugin.
* gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
(gst_negotiation_base_init), (gst_negotiation_class_init),
(gst_negotiation_init), (gst_negotiation_getcaps),
(gst_negotiation_pad_link), (gst_negotiation_chain),
(gst_negotiation_set_property), (gst_negotiation_get_property),
(gst_negotiation_plugin_init): New element to talk about random
negotiation things happening in a pipeline.
2004-03-31 22:36:36 +00:00
|
|
|
|
2004-03-25 01:03:37 +00:00
|
|
|
libgstdebug_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
libgstdebug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|