[Bug 707621] New: Sticky event doesn't contain streamid
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Sep 6 05:01:10 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=707621
GStreamer | gstreamer (core) | git
Summary: Sticky event doesn't contain streamid
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: Uraeus at linuxrising.org
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Trying to get the streamid using this code from uridecodebin
def on_autoplug_continue(self, element, pad, caps):
print("autoplug continue")
print(caps.to_string())
stick=pad.get_sticky_event(Gst.EventType.STREAM_START, 0)
print("stick is " +str(stick))
Stick ends up as None.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list