[Bug 696915] New: get_sticky event fails

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Mar 30 09:00:15 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=696915
  GStreamer | gstreamer (core) | git

           Summary: get_sticky event fails
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          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: ---


I am trying to get hold of the incoming streamid from uridecodebin using the
get_sticky_event API call, unfortunately it just returns 'NONE'.

stick=src_pad.get_sticky_event(Gst.EventType.STREAM_START, 0)
                       print(stick)
                       while x < len(self.audiodata):
                           if stick==self.audiodata[x]['streamid']:
                               #print(str(pad)+" - "+"streamid from
parse_stream_start "+ str(self.probestreamid))
                               sinkpad =
self.encodebin.emit("request-profile-pad", self.audioprofilenames[x])
                               src_pad.link(sinkpad)
                       x=x+1

-- 
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