[Bug 746387] Add support for buffer list in srtpenc and srtpdec

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 18 06:12:38 PDT 2015


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

--- Comment #10 from Jose Antonio Santos Cadenas <santoscadenas at gmail.com> ---
Review of attachment 299695:
 --> (https://bugzilla.gnome.org/review?bug=746387&attachment=299695)

::: ext/srtp/gstsrtpdec.c
@@ +1214,3 @@
+  /* If all is well, we may have reached soft limit */
+  if (gst_srtp_get_soft_limit_reached ())
+      GST_OBJECT_UNLOCK (filter);

In fact the mutex is not locked, it is unlockd inside
gst_srtp_dec_decode_buffer. It's a side effect of the function that I'm going
to solve.

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