GNOME Bugzilla – Bug 623846
typefinding: add support for "enhanced ac3" (eac3)
Last modified: 2010-07-24 09:03:25 UTC
Created attachment 165487 [details] [review] adds support for eac3 in gst-typefind on an eac3 file ( http://samples.mplayerhq.hu/A-codecs/AC3/eac3/casablanca_aht_mono_64.eac3 ) running gst-typefind does not work: Current Behaviour: $ gst-typefind casablanca_aht_mono_64.eac3 casablanca_aht_mono_64.eac3 - FAILED: Could not determine type of stream. $ with the patch: $ gst-typefind casablanca_aht_mono_64.eac3 casablanca_aht_mono_64.eac3 - audio/x-eac3 $
Created attachment 165694 [details] [review] adds support for eac3 in gst-typefind - fixes a bug in finding bsid
Created attachment 166193 [details] [review] reworked patch against the (latest) git master
Pushed, thanks for the patch: commit aad661ec776b9be8e27723d09795622cc56710e0 Author: Parthasarathi Susarla <partha.susarla@collabora.co.uk> Date: Tue Jul 20 12:08:52 2010 +0530 typefinding: detect enhanced AC-3 https://bugzilla.gnome.org/show_bug.cgi?id=623846