[Bug 787290] omxvideodec: Stuck after several seeks on Raspberry Pi3

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Sep 10 01:49:59 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=787290

--- Comment #11 from Yuji Kuwabara <HHG01200 at nifty.ne.jp> ---
Also,

gst_multi_queue_sink_event()
---------------------------------
    case GST_EVENT_FLUSH_START:
      GST_DEBUG_OBJECT (mq, "SingleQueue %d : received flush start event",
          sq->id);

      res = gst_pad_push_event (sq->srcpad, event);

      gst_single_queue_flush (mq, sq, TRUE, FALSE);
      goto done;
---------------------------------
LOCK is used in gst_single_queue_flush()


So I think behavior of glimagesink should be reconsidered.

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