2001-10-17 10:21:27 +00:00
|
|
|
if GST_DISABLE_LOADSAVE
|
|
|
|
GST_LOADSAVE_DIRS =
|
|
|
|
else
|
|
|
|
GST_LOADSAVE_DIRS = xml typefind
|
|
|
|
endif
|
|
|
|
|
2003-12-02 15:56:27 +00:00
|
|
|
dirs = \
|
2003-11-24 02:09:23 +00:00
|
|
|
helloworld \
|
|
|
|
queue \
|
|
|
|
launch \
|
|
|
|
thread \
|
|
|
|
plugins \
|
|
|
|
mixer \
|
2005-08-26 13:28:01 +00:00
|
|
|
metadata \
|
2005-08-02 21:35:34 +00:00
|
|
|
controller \
|
2003-11-24 02:09:23 +00:00
|
|
|
cutter \
|
|
|
|
pingpong \
|
|
|
|
manual \
|
2005-07-01 12:43:03 +00:00
|
|
|
pwg \
|
2003-11-24 02:09:23 +00:00
|
|
|
retag
|
2001-06-25 01:20:11 +00:00
|
|
|
|
examples/: Update a couple of the examples to work again.
Original commit message from CVS:
* examples/Makefile.am:
* examples/helloworld/helloworld.c: (event_loop), (main):
* examples/queue/queue.c: (event_loop), (main):
* examples/queue2/queue2.c: (main):
Update a couple of the examples to work again.
* gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_empty),
(gst_base_sink_preroll_queue_flush), (gst_base_sink_handle_event):
Spelling corrections and extra debug.
* gst/gstbin.c: (gst_bin_class_init), (gst_bin_init), (is_eos),
(gst_bin_add_func), (bin_element_is_sink), (gst_bin_get_state),
(gst_bin_change_state), (gst_bin_dispose), (bin_bus_handler):
* gst/gstbin.h:
* gst/gstpipeline.c: (gst_pipeline_init), (gst_pipeline_dispose),
(gst_pipeline_change_state):
* gst/gstpipeline.h:
Move the bus handler for children to the GstBin, and create a
separate bus for receiving messages from children to the one the
bus sends 'upwards' on.
2005-07-06 16:22:47 +00:00
|
|
|
#queue2 \
|
|
|
|
#queue3 \
|
|
|
|
#queue4
|
|
|
|
|
2003-12-02 15:56:27 +00:00
|
|
|
SUBDIRS = $(dirs) \
|
|
|
|
$(GST_LOADSAVE_DIRS)
|
|
|
|
|
|
|
|
DIST_SUBDIRS = $(dirs) xml typefind
|