GNOME Bugzilla – Bug 678490
matroska-demux: fix TOC query to return FALSE if there's no TOC
Last modified: 2012-06-25 09:11:34 UTC
Created attachment 216858 [details] [review] [PATCH] matroska-demux: fixed gst_matroska_demux_query() Fixed gst_matroska_demux_query() as in bug 677306, comment 5.
Comment on attachment 216858 [details] [review] [PATCH] matroska-demux: fixed gst_matroska_demux_query() Please use a more descriptive commit message. Describe what exactly is fixed here :) The patch itself is correct though
Created attachment 216904 [details] [review] [PATCH] matroska-demux: fix gst_wavparse_pad_query() This patch fixes the following things: * previous when requested TOC, function gst_wavparse_pad_query() always returned TRUE, but it is a mistake. If no TOC, should be returned FALSE. * also previous if there was no TOC in demux, then created a new blank TOC.
Comment on attachment 216904 [details] [review] [PATCH] matroska-demux: fix gst_wavparse_pad_query() Please use a more descriptive commit message. Describe what exactly is fixed here :)
Created attachment 216924 [details] [review] [PATCH] matroska-demux: fixed gst_matroska_demux_query() Added a more descriptive commit message. :)
commit c3061f434ba622b121499fed6eade88da97f61cb Author: Anton Belka <antonbelka@gmail.com> Date: Thu Jun 21 17:15:11 2012 +0300 matroskademux: Return FALSE from TOC query if no TOC exists instead of an empty TOC