[svn r26] Sets the gstreamer pipeline to locked, just before get the EOS message from plug-in.
1.1 --- a/maemo-ui/src/mmyth_tvplayer.c Thu Sep 28 22:04:16 2006 +0100
1.2 +++ b/maemo-ui/src/mmyth_tvplayer.c Thu Sep 28 22:05:21 2006 +0100
1.3 @@ -498,7 +498,7 @@
1.4 printf ("End of stream\n");
1.5 //g_idle_add ((GSourceFunc) idle_eos, data);
1.6 gst_element_set_state ( GST_ELEMENT (GST_MESSAGE_SRC (msg)), GST_STATE_NULL );
1.7 - gst_element_set_locked_state ( GST_ELEMENT (GST_MESSAGE_SRC (msg)), FALSE );
1.8 + gst_element_set_locked_state ( GST_ELEMENT (GST_MESSAGE_SRC (msg)), TRUE );
1.9 break;
1.10 case GST_MESSAGE_ERROR:
1.11 {