[Bug 738248] wavparse should read the Broadcast Wave Format (BWF)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Oct 26 08:13:59 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=738248
  GStreamer | gst-plugins-good | git

--- Comment #4 from Peter G. Baum <peter at dr-baum.net> 2014-10-26 15:13:54 UTC ---
> Maybe some of the tags can be mapped to already existing tags?
Is there an overview of all existing tags available?

>You should check here that actually enough data is available before blindly
parsing it.

Isn't this done with
+        if ((res =
+                gst_pad_pull_range (wav->sinkpad, wav->offset + 8,
+                    size, &buf)) != GST_FLOW_OK)
+          goto header_read_error;

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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