Bug 475465 - Gst::Thread not recognised
Summary: Gst::Thread not recognised
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: ruby-gnome2
Version: 10
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Allisson Azevedo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-12-09 10:58 UTC by Martin Sourada
Modified: 2008-12-25 17:40 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-12-25 17:40:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Martin Sourada 2008-12-09 10:58:10 UTC
Description of problem:
Gst::Thread is not available in ruby scripts using ruby-gstreamer

Version-Release number of selected component (if applicable):
ruby-gstreamer-0.18.1-1.fc10.i386


How reproducible:
always

Steps to Reproduce:
1. run this ruby script

require 'gst'

Gst.init

thread = Gst::Thread.new
 
Actual results:
./test.rb:7: uninitialized constant Gst::Thread (NameError)

Expected results:
creates new gstreamer thread

Additional info:
there's similar problem with Gst::Pipeline not knowing iterate function.

This makes both sample applications at ruby-gnome2.sourceforge.jp (Hello World and Simple Audio Player) unusable.

Comment 1 Mamoru TASAKA 2008-12-25 17:40:48 UTC
Actually Gst::Thread is not available currently.
gstreamer/src/rbgstthread.c defined this (was available
on rev 2037), which was removed on some revision.

Closing as NOTABUG for now.


Note You need to log in before you can comment on or make changes to this bug.