mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-21 06:38:19 +00:00
1cef8c5b5a
Original commit message from CVS: * check/Makefile.am: * check/pipelines/stress.c: (GST_START_TEST), (simple_launch_lines_suite), (main): Small state change torture test. * docs/design/part-states.txt: * gst/base/gstbasesink.c: (gst_base_sink_commit_state), (gst_base_sink_handle_object), (gst_base_sink_event), (do_playing), (gst_base_sink_change_state): Never take state lock from streaming thread, clean up ugly hacks. Unfortunatly core does not yet support nice ways to async commit state. * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_recalc_state), (bin_bus_handler): Start state recalc if a STATE_DIRTY message is posted, but only on the toplevel bin. * gst/gstelement.c: (gst_element_sync_state_with_parent), (gst_element_get_state_func), (gst_element_abort_state), (gst_element_commit_state), (gst_element_lost_state), (gst_element_set_state_func), (gst_element_change_state): * gst/gstelement.h: State variables are now protected with the LOCK, the state lock is only used to serialize _set_state(). |
||
---|---|---|
.. | ||
draft-ghostpads.txt | ||
draft-push-pull.txt | ||
part-activation.txt | ||
part-caps.txt | ||
part-clocks.txt | ||
part-conventions.txt | ||
part-dynamic.txt | ||
part-element-sink.txt | ||
part-element-source.txt | ||
part-events.txt | ||
part-gstbin.txt | ||
part-gstbus.txt | ||
part-gstelement.txt | ||
part-gstghostpad.txt | ||
part-gstobject.txt | ||
part-gstpipeline.txt | ||
part-live-source.txt | ||
part-messages.txt | ||
part-MT-refcounting.txt | ||
part-negotiation.txt | ||
part-overview.txt | ||
part-preroll.txt | ||
part-push-pull.txt | ||
part-query.txt | ||
part-relations.txt | ||
part-scheduling.txt | ||
part-seeking.txt | ||
part-segments.txt | ||
part-standards.txt | ||
part-states.txt | ||
part-TODO.txt |