[Bug 729882] New: gstopusenc(gst_opus_enc_encode): use aux vars to minimize critical region

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 9 07:55:56 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=729882
  GStreamer | gst-plugins-bad | 1.2.4

           Summary: gstopusenc(gst_opus_enc_encode): use aux vars to
                    minimize critical region
    Classification: Platform
           Product: GStreamer
           Version: 1.2.4
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: mparisdiaz at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


This commit minimize critical region in gstopusenc(gst_opus_enc_encode) with
the main goal to avoid dead lock between gst_audio_encoder_finish_frame and
gst_opus_enc_get_property.

This dead lock has been shown debugging the pipeline graph
(GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS), where gst_opus_enc_get_property is called.

Also, this allow block the element less time.

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