[Bug 788545] New: [Gstreamer]Condition always false in function mux_pcm_audio

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Oct 5 05:23:11 UTC 2017


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

            Bug ID: 788545
           Summary: [Gstreamer]Condition always false in function
                    mux_pcm_audio
    Classification: Platform
           Product: GStreamer
           Version: 1.12.3
                OS: All
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: kr.ashish at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

In 
File : flvmux.c
Function : static void mux_pcm_audio (guint num_buffers, guint repeat)
Line No. 137

Statement
Line No. 137    fail_unless (counter > 2);
is always false 
due to
Line No. 114   counter = 0;


Solution : 
Line No. 114   counter = 0;

should be removed.

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