GNOME Bugzilla – Bug 458944
Cancelling while rendering does not work
Last modified: 2008-10-11 11:31:10 UTC
Please describe the problem: Cancelling the rendering is not working correct... Steps to reproduce: 1. Start rendering a project 2. Press the close button while rendering the project Actual results: Internal data flow error. gstbasesrc.c(1642): gst_base_src_loop (): /project-New Project/timeline-New Project/composition-audiocomp/source-file:///media/slugnfs/thijs/share/test.mpg-brother-audio2/volumebin/pitivi+elements+singledecodebin+singledecodebin2/urisrc: streaming task paused, reason not-linked (-1) Expected results: Does this happen every time? yes Other information:
Created attachment 106778 [details] [review] Proposed patch This patch gets rid of the error for me. Unlinking the audio and video sinks separately, while the encoding thread was running, seemed to cause the error.
Hello, Any news on this patch? Thanks -- This message is brought by the GNOME Bugsquad Team
2008-10-11 Edward Hervey <edward.hervey@collabora.co.uk> patch by: Michael Terry <mike@mterry.name> * pitivi/bin.py: Fix issue when cancelling rendering. Fixes #458944