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 352125 - cannot record videos
cannot record videos
Status: RESOLVED FIXED
Product: istanbul
Classification: Other
Component: general
0.2.0
Other All
: Normal critical
: ---
Assigned To: Istanbul maintainers
Istanbul QA maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-20 12:25 UTC by Sebastian Heinlein
Modified: 2006-08-26 14:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Heinlein 2006-08-20 12:25:28 UTC
Steps to reproduce:
1. start istanbul
2. click on the tray icon



Stack trace:
DEBUG: final pipeline: istximagesrc name=videosource ! video/x-raw-rgb,framerate=10/1 ! videorate ! ffmpegcolorspace ! videoscale method=1 ! video/x-raw-yuv,width=1280,height=1024,framerate=10/1 ! theoraenc ! oggmux name=mux ! filesink location=/tmp/tmpe6j5WA
Traceback (most recent call last):
  • File "/var/lib/python-support/python2.4/istanbul/main/tray_icon.py", line 56 in _trayicon_clicked
    self.current_screencast.start_recording()
  • File "/var/lib/python-support/python2.4/istanbul/main/screencast.py", line 109 in start_recording
    self._pipeline = gst.parse_launch(final_pipeline)
gobject.GError: Konnte videorate0 nicht mit ffmpegcsp0 verbinden
[TRANSLATION: Could not connect videorate0 to ffmpegcsp0]
Traceback (most recent call last):
  File "/usr/bin/istanbul", line 40, in ?
    sys.exit(main.main(sys.argv))
  File "/var/lib/python-support/python2.4/istanbul/main/main.py", line 86, in main
    gtk.main()
KeyboardInterrupt


Other information:
Running istanbul 0.2.1 on Ubuntu Edgy
Comment 1 Zaheer Abbas Merali 2006-08-26 14:19:46 UTC
This is fixed in CVS.  It is due to bad handling 8bpp or 16bpp displays.