gstreamer/sys
Andoni Morales Alastruey 5b3d3b0885 osxvideosink: make sure all selectors are performed on the same thread
When we are using a dedicated thread to run the main run loop we
must make sure that all selectors are performed on this same thread.
For instance if performSelectorOnMainThread is called from the real
main thread, it will not go through the message queue and will be
executed from the real main thread. By forcing the target thread,
we ensure that all functions will be called either from the real
main thread when the main run loop is running or from our thread
spinning the main loop.
2012-05-25 11:07:35 +02:00
..
directsound directsound: No more gstinterfaces 2012-05-03 09:33:29 +02:00
oss oss: port to 0.11 2012-04-20 18:18:54 +02:00
oss4 oss4: port to 0.11 2012-04-20 18:18:54 +02:00
osxaudio Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
osxvideo osxvideosink: make sure all selectors are performed on the same thread 2012-05-25 11:07:35 +02:00
sunaudio Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
v4l2 v4l2src: fix v4l2_std_id logging 2012-05-09 15:12:28 +01:00
waveform waveform: No more gstinterfaces 2012-05-03 09:33:29 +02:00
ximage Use new gst_element_class_set_static_metadata() 2012-04-10 00:51:41 +01:00
Makefile.am waveform: add autotools bits for waveform plugin 2011-12-26 22:22:59 +00:00