After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 458944 - Cancelling while rendering does not work
Cancelling while rendering does not work
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
Git
Other All
: Normal normal
: 0.11.2
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-21 10:22 UTC by Thijs Vermeir
Modified: 2008-10-11 11:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (685 bytes, patch)
2008-03-07 13:11 UTC, Michael Terry
committed Details | Review

Description Thijs Vermeir 2007-07-21 10:22: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:
Comment 1 Michael Terry 2008-03-07 13:11:28 UTC
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.
Comment 2 Baptiste Mille-Mathias 2008-07-14 20:33:58 UTC
Hello,

Any news on this patch?

Thanks
-- 
This message is brought by the GNOME Bugsquad Team 
Comment 3 Edward Hervey 2008-10-11 11:31:10 UTC
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