Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error from python.py Gst.Pipeline #1

Closed
nyboer opened this issue Feb 18, 2016 · 7 comments
Closed

Error from python.py Gst.Pipeline #1

nyboer opened this issue Feb 18, 2016 · 7 comments

Comments

@nyboer
Copy link

nyboer commented Feb 18, 2016

I tried running python player.py in python 2.7.9 with GStreamer Core Library version 1.4.4
I got the error:
File "player.py", line 14, in __init__ self.pipeline = Gst.Pipeline("mypipeline") TypeError: GObject.__init__() takes exactly 0 arguments (1 given)
I fixed it by changing line 14 to:
self.pipeline = Gst.Pipeline.new("mypipeline")

@hadware
Copy link
Owner

hadware commented Feb 18, 2016

Alright, i'll change it, thanks!

hadware added a commit that referenced this issue Feb 18, 2016
Updated the pipeline creation, as per issue #1
@jamesaxl
Copy link
Contributor

jamesaxl commented Oct 5, 2016

this project still alive ?

@hadware
Copy link
Owner

hadware commented Oct 5, 2016

@jamesaxl well this isn't really a "project", more of a repo for me to put some code examples for something that took me some time to find.

But, yeah, i'm still alive.

@jamesaxl
Copy link
Contributor

jamesaxl commented Oct 5, 2016

that is nice, if you do not mind I would like to add volume

@hadware
Copy link
Owner

hadware commented Oct 5, 2016

Yeah go ahead, maybe create another example containing a simple play/pause player with a volume slider?

@jamesaxl
Copy link
Contributor

jamesaxl commented Oct 5, 2016

ok no problem, Done. I will PR later

On Wed, Oct 5, 2016 at 8:50 PM, hadware notifications@github.com wrote:

Yeah go ahead, maybe create another example containing a simple play/pause
player with a volume slider?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABOg9H9Hj-3ErkDD5_ypPzfeIY9aCxkfks5qw-NigaJpZM4Hcs7V
.

@hadware
Copy link
Owner

hadware commented Oct 5, 2016

Alright, great. If you have more examples linked to GST's python API, go ahead and PR them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants