GNOME Bugzilla – Bug 640416
[rtspsrc] can't clear the pipeline on shutting down
Last modified: 2014-06-19 14:04:02 UTC
Created attachment 179166 [details] output of GST_DEBUG=3 Hi, I try to use rtspsrc on windows, but from my really simple application there is a problem at setting the pipeline to null. It takes a minute to set the rtspsrc to ready, see the timestamps in the attached files at line #319 and #320. The pipeline is a simple "rtspsrc ! fakesink sync=true" I have a full log with GST_DEBUG=5 from the TEARDOWN message: http://pastebin.com/De8Jac67 Regards, Tibor
I forgot mention: i'm using the latest OSSBuild: GStreamer-WinBuilds-GPL-x86-Beta03-0.10.7.msi Downloaded from http://code.google.com/p/ossbuild/downloads/list
this's something similar than #610916 but in this case not when put into pause, but at teardown.
These 2 lines seem to be of particular interest: 0:00:11.468750000 3780 03012AC0 INFO GST_STATES gstbin.c:2491:gst_bin_change_state_func:<src01> child 'fakesrc0' changed state to 2(READY) successfully 0:00:55.500000000 3780 03012AC0 INFO GST_STATES gstelement.c:2293:gst_element_continue_state:<udpsrc0> completed state change to NULL Notice the time difference?
is there any progress with this bug? or could you point us to the right direction if we need to fix this bug? thanks
I think that's a duplicate of #610916, as the problem is in the state change transition.
#610916 has been fixed, could you test if this have been fixed?
Please reopen if not fixed