[Bug 791736] wavenc: fix tag and toc handling

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 20 08:13:51 UTC 2017


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

--- Comment #10 from fengalin at free.fr ---
On a second though, my proposition above is not good enough. If
GST_TOC_SELECT_APPLICATION were the default, it wouldn't handle the case
(Upstream TOC available, no Application TOC defined) properly.

Maybe, we should just use a boolean flag to opt-in to prevent any TOC from
being written (e.g. discard_toc). The behaviour would then be:

- discard_toc to FALSE:
  * (!U, !A) => -
  * (U, !A) => U
  * (!U, A) => A
  * (U, A) => A
- discard_toc to TRUE:
  * - (whatever the Upstream and Application TOC availability)

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