[Bug 715192] videodecoder: Cannot accumulate buffer while downstream is blocked

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jan 11 13:39:24 UTC 2018


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

--- Comment #24 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
I think a safer alternative to these patches would be a pattern like:

  GST_PAD_STREAM_LOCK (srcpad);
  GST_VIDEO_XCODER_STREAM_UNLOCK (xcoder);
  gst_pad_push (...);
  GST_PAD_STREAM_UNLOCK (srcpad);
  GST_VIDEO_XCODER_STREAM_LOCK (xcoder);

What do you think ?

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