Bug 475465

Summary: Gst::Thread not recognised
Product: [Fedora] Fedora Reporter: Martin Sourada <martin.sourada>
Component: ruby-gnome2Assignee: Allisson Azevedo <allisson>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 10CC: allisson, mtasaka
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-12-25 17:40:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.