Danis Fischer
Danis Fischer

Reputation: 375

decode_pad not exist while trying to build streaming with GStreamer 1.0

I'm trying to implement the code from this link in python 2.7 with Gstreamer 1.45. This code is written in GStreamer 0.1. Alas I can't find any parallel commands for connect, e.g. when I get to the line

decode.connect(“new-decoded-pad”, new_decode_pad)

I get the error NameError:name new_decode_pad is not defined

I tried using the doucmentation of PyGI but it gives no results about this command. Which command is equivallent for this command? Can anybody supply me a link for a code snippet of functioning code that streams audio in Gstreamer 1.0 (or a comprehensive guide for transforming codes in GStreamer 0.1 to Gstreamer 1.0).

Upvotes: 0

Views: 78

Answers (1)

Related Questions