2003-12-22 21:06:03 +00:00
|
|
|
plugin_LTLIBRARIES = libgstvolume.la
|
2001-12-22 23:27:17 +00:00
|
|
|
|
2003-12-22 21:06:03 +00:00
|
|
|
libgstvolume_la_SOURCES = gstvolume.c
|
gst/adder/gstadder.c: Make it easier to copy&paste
Original commit message from CVS:
* gst/adder/gstadder.c: (gst_adder_get_type):
Make it easier to copy&paste
* gst/volume/Makefile.am:
* gst/volume/gstvolume.c: (volume_update_real_volume),
(gst_volume_set_volume), (gst_volume_set_mute),
(gst_volume_class_init), (volume_process_int16), (volume_set_caps),
(volume_transform_ip), (volume_update_mute),
(volume_update_volume):
* gst/volume/gstvolume.h:
Add own debug category, move duplicate code to helper function, fix
property texts, add more comments and prepare ffor liboil-goodness
* tests/check/Makefile.am:
* tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
add test for mute and passtrough case, be a bit more verbose to track
failure
* tests/check/generic/states.c: (GST_START_TEST):
catch elements that fail to instantiate
2006-05-28 19:42:27 +00:00
|
|
|
libgstvolume_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GST_CONTROLLER_CFLAGS)
|
2003-12-22 21:06:03 +00:00
|
|
|
libgstvolume_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2005-07-13 17:58:07 +00:00
|
|
|
libgstvolume_la_LIBADD = \
|
|
|
|
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la \
|
|
|
|
$(GST_BASE_LIBS) \
|
2005-08-29 19:52:52 +00:00
|
|
|
$(GST_LIBS) \
|
2005-10-17 19:57:05 +00:00
|
|
|
$(GST_CONTROLLER_LIBS)
|
2001-12-22 23:27:17 +00:00
|
|
|
|
2005-08-22 09:27:14 +00:00
|
|
|
noinst_HEADERS = gstvolume.h
|
2004-06-14 10:04:44 +00:00
|
|
|
|