[Bug 677306] [wavparse] TOC support

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 20 10:00:56 PDT 2012


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

Anton Belka <dark-al> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #216812|0                           |1
        is obsolete|                            |

--- Comment #5 from Anton Belka <dark-al at ya.ru> 2012-06-20 17:00:50 UTC ---
Created an attachment (id=216853)
 View: https://bugzilla.gnome.org/attachment.cgi?id=216853
 Review: https://bugzilla.gnome.org/review?bug=677306&attachment=216853

[PATCH] wavparse: add TOC support

Reworked.

About:
@@ +2680,3 @@
+        toc = wav->toc;
+      else
+        toc = gst_toc_new ();

If there's no TOC, better just set res=FALSE and don't set an empty TOC

case GST_QUERY_TOC was copied from matroska-demux. Fixed as you said, hope this
better.

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