Returns the current gstreamer.Stream for the pad, or NULL if none has been set yet, i.e. the pad has not received a stream-start event yet.
This is a convenience wrapper around Pad.getStickyEvent and Event.parseStream.
the current gstreamer.Stream for pad, or NULL. unref the returned stream when no longer needed.
1.10
Returns the current gstreamer.Stream for the pad, or NULL if none has been set yet, i.e. the pad has not received a stream-start event yet.
This is a convenience wrapper around Pad.getStickyEvent and Event.parseStream.