mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 21:31:27 +00:00
718b21bfc2
Original commit message from CVS: 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/elements/gstfilesink.c: (gst_filesink_set_location): Fix for if we pass NULL as property to location. * gst/elements/gstpipefilter.c: (gst_pipefilter_init), (gst_pipefilter_handle_event), (gst_pipefilter_chain): Fix for instantiate-test (see below). * gst/gststructure.c: (_gst_structure_parse_value): Fix compile error on gcc-2.96. * configure.ac: * tests/Makefile.am: * tests/instantiate/Makefile.am: * tests/instantiate/create.c: (create_all_elements), (main): Add a test that instantiates all elements. This makes it easy to track dead code for old API/design (like setting event functions on sink pads and so on).
12 lines
279 B
Makefile
12 lines
279 B
Makefile
|
|
SUBDIRS = instantiate memchunk muxing sched threadstate seeking # bufspeed
|
|
|
|
if !GST_DISABLE_TRACE
|
|
noinst_PROGRAMS = lat
|
|
|
|
lat_CFLAGS = $(GST_CFLAGS)
|
|
lat_LDFLAGS = $(GST_LIBS)
|
|
endif
|
|
|
|
EXTRA_DIST = README
|
|
DIST_SUBDIRS= bufspeed instantiate memchunk muxing sched threadstate seeking
|