GNOME Bugzilla – Bug 720512
flacparse: Doesn't set the codec tag
Last modified: 2013-12-16 09:04:45 UTC
Created attachment 264255 [details] [review] Patch solving the issue The attached patch sets the audio tag in a similar way as done in the gstmpegaudioparse.
Pushed a slightly different version that uses the pbutils API to generate the string for the codec tag. commit 2927805749393bc90647dc24cf8f13cba4640850 Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Dec 16 10:02:37 2013 +0100 wavpackparse: Post AUDIO_CODEC tag commit 753d3c23a21db76f2d13d4378fd911e6da211bd1 Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Dec 16 10:00:37 2013 +0100 sbcparse: Post AUDIO_CODEC tag commit 05e196cbb62848d9cc72b14249e4b0316fd3fdd5 Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Dec 16 09:58:31 2013 +0100 flacparse: Post AUDIO_CODEC tag https://bugzilla.gnome.org/show_bug.cgi?id=720512 commit 29f2cae129c84ac3159a350b991050b0937f201d Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Dec 16 09:56:29 2013 +0100 dcaparse: Post AUDIO_CODEC tag commit d2ab5199bcd3da6424d64064dc6f77e65d47c674 Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Dec 16 09:54:38 2013 +0100 amrparse: Post AUDIO_CODEC tag commit 6f89b430ea9f85dc4f46396402b5910a72750565 Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Dec 16 09:49:48 2013 +0100 ac3parse: Post AUDIO_CODEC tag commit b3abbe3f5ec42c5c654e6d634c016f764aebc5ff Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Dec 16 09:46:16 2013 +0100 aacparse: Post AUDIO_CODEC tag commit c07424a534cb59b4e47065d894fba5dcd47191c8 Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Dec 16 09:41:14 2013 +0100 mpegaudioparse: Use pbutils functionality to create the AUDIO_CODEC tag