GNOME Bugzilla – Bug 349974
Istanbul hangs when recording an area that is too small
Last modified: 2006-08-11 13:23:13 UTC
Please describe the problem: See summary. Steps to reproduce: 1. Launch Istanbul 2. Choose 'Select Area to Record' then select an area smaller than 15x15 pixels. 3. Start recording Simplest way to perform (2) is to click and then release without moving the mouse. Actual results: Istanbul hangs with a link error: (626, 793) - (634, 799) DEBUG: final pipeline: istximagesrc name=videosource display-name=:0.0 screen-num=0 startx=626 starty=793 endx=633 endy=798 ! video/x-raw-rgb,framerate=10/1 ! videorate ! ffmpegcolorspace ! videoscale method=1 ! video/x-raw-yuv,width=8,height=6,framerate=10/1 ! theoraenc ! oggmux name=mux ! filesink location=/tmp/tmp0T1h8T Traceback (most recent call last):
+ Trace 69981
self.current_screencast.start_recording()
self._pipeline = gst.parse_launch(final_pipeline)
Expected results: Either: 1. Area selected is recorded, no matter how small. 2. A warning is shown and recording cannot be started. Does this happen every time? Yes Other information: -
fixed in cvs. Thanks.