[Bug 752103] mpegaudioparse: dummy data skip condition

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 23 22:13:47 PDT 2015


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

--- Comment #6 from sangkyu.choi <sangkyu.choi at lge.com> ---
how about this?
i thinks it looks reasonable.


      /* make sure the values in the frame header look sane */
699   header = GST_READ_UINT32_BE (map.data);
700   if (!gst_mpeg_audio_parse_head_check (mp3parse, header)) {
701     //*skipsize = 1;
702     *skipsize = map.size - 3;
703     goto cleanup;
704   }

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