gstreamer/tests/check
Wim Taymans 4b986a4a94 Add message to request a state change
Add a GST_MESSAGE_REQUEST_STATE that can be posted by element when they would
like to have the application change the state of the pipeline. the primary use
case is to pause the pipeline when an audio mixer is mixing a higher priority
stream but it can also be used for other purposes.

Add some docs and a unit test.

Implement the REQUEST_STATE message in gst-launch.

API: gst_message_new_request_state()
API: gst_message_parse_request_state()
API: GST_MESSAGE_REQUEST_STATE
2009-02-18 15:31:55 +01:00
..
elements GstBaseSink: avoid calling preroll multiple times 2009-02-03 12:52:49 +01:00
generic libs/gst/base/gstbasesink.c: Improve position reporting in the flushing state. 2008-08-19 16:47:07 +00:00
gst Add message to request a state change 2009-02-18 15:31:55 +01:00
libs Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
pipelines check: Fix comment about the timeout for generic stress test. 2009-01-31 21:35:22 +00:00
.gitignore tests/check/.cvsignore: Ignore test-registry.xml as well. 2007-01-09 14:38:11 +00:00
Makefile.am tests/check/: Add Sparc ABI checks 2008-10-07 15:12:21 +00:00