[Bug 746617] opusenc: headers are never sent
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Mar 22 13:32:48 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=746617
--- Comment #12 from Ilya Konstantinov <ilya.konstantinov at gmail.com> ---
In any case, this fix seems desirable. Perhaps gst_audio_encoder_set_headers
should be conditional on a property, i.e.
if (enc->inband_headers) {
gst_audio_encoder_set_headers (benc, headers);
} else {
g_list_foreach (headers, (GFunc) gst_buffer_unref, NULL);
g_list_free (headers);
}
--
You are receiving this mail because:
You are the QA Contact for the bug.
More information about the gstreamer-bugs
mailing list