[Bug 767826] opusdec with plc enabled failing to decode audio

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jun 21 08:21:31 UTC 2016


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #330061|none                        |reviewed
             status|                            |

--- Comment #11 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 330061:
 --> (https://bugzilla.gnome.org/review?bug=767826&attachment=330061)

::: ext/opus/gstopusdec.c
@@ +484,3 @@
+    if (!GST_CLOCK_TIME_IS_VALID (missing_duration)) {
+      if (GST_CLOCK_TIME_IS_VALID (dec->last_known_buffer_duration)) {
+        missing_duration = dec->last_known_buffer_duration;

Can't we get the duration from the Opus packet?

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