GNOME Bugzilla – Bug 722243
Implement new signal client::pre-play-request
Last modified: 2014-02-25 22:28:54 UTC
Created attachment 266341 [details] [review] Implement new signal client::pre-play-request The attached patch implements a new signal client::pre-play-request which is emitted before handling RTSP PLAY. This lets the application to do some initializations before play.
Created attachment 266848 [details] [review] Emit signal when a state change is about to happen Wim, what do you think about this patch instead? And further on, what do you think about also emitting the already existing new-state signal not only from media_set_state() but also after preroll and suspend for completeness sake?
Not sure what to do with the other signals. commit e04d9ac34d3b52fd49115c6ea0e1d1dcddeb50a7 Author: Wim Taymans <wtaymans@redhat.com> Date: Tue Jan 21 14:46:47 2014 +0100 media: refactor state change functions and signals Make functions to set the target state and the pipeline state and emit the signals from those functions. commit 5eca958d5ea090949091e593a83d4a24abf5c5df Author: Ognyan Tonchev <ognyan@axis.com> Date: Tue Jan 21 12:01:25 2014 +0100 media: add signal to notify of pending state changes