mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Revert "-launch: disable CLOCK_LOST message handling"
This reverts commit 1f8eba611a
.
This should be fixed now (and if not should be fixed) and the
clock-lost handling is now needed for playbin2 gapless playback.
See bug #579127.
This commit is contained in:
parent
c53457976e
commit
be77e8d6e1
1 changed files with 0 additions and 5 deletions
|
@ -481,14 +481,9 @@ event_loop (GstElement * pipeline, gboolean blocking, GstState target_state)
|
|||
break;
|
||||
}
|
||||
case GST_MESSAGE_CLOCK_LOST:
|
||||
#if 0
|
||||
/* disabled for now as it caused problems with rtspsrc. We need to fix
|
||||
* rtspsrc first, then release -good before we can reenable this again
|
||||
*/
|
||||
PRINT ("Clock lost, selecting a new one\n");
|
||||
gst_element_set_state (pipeline, GST_STATE_PAUSED);
|
||||
gst_element_set_state (pipeline, GST_STATE_PLAYING);
|
||||
#endif
|
||||
break;
|
||||
case GST_MESSAGE_EOS:{
|
||||
waiting_eos = FALSE;
|
||||
|
|
Loading…
Reference in a new issue