GNOME Bugzilla – Bug 789139
gstavdemux: Whitelist the demuxers required for GC/Wii/WiiU ADPCM streams
Last modified: 2017-10-19 14:51:09 UTC
Created attachment 361793 [details] [review] [PATCH] gstavdemux: Whitelist the demuxers required for GC/Wii/WiiU ADPCM streams Required to play .brstm (GameCube/Wii) and .bfstm (Wii U) files. Needs at least avdec_adpcm_thp too, but that one is already accessible.
Are proper caps generated for those, and which?
0:00:00.027383749 26385 0x55dd241fda30 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_bfstm 0:00:00.027398258 26385 0x55dd241fda30 INFO GST_TYPEFIND gsttypefind.c:72:gst_type_find_register: registering typefind function for avtype_brstm SINK template: 'sink' Availability: Always Capabilities: application/x-gst-av-bfstm SINK template: 'sink' Availability: Always Capabilities: application/x-gst-av-brstm
That should get proper caps then
Created attachment 361874 [details] [review] [PATCH] gstavdemux: Whitelist the demuxers required for GC/Wii/WiiU ADPCM streams Use audio/x-brstm and audio/x-bfstm for the caps.
commit a771795005fe5ebc06d788a4520e80890685aadc (HEAD -> master) Author: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> Date: Thu Oct 19 16:15:26 2017 +0200 avdemux: Whitelist the demuxers required for GC/Wii/WiiU ADPCM streams Required to play .brstm (GameCube/Wii) and .bfstm (Wii U) files. Needs at least avdec_adpcm_thp too, but that one is already accessible. https://bugzilla.gnome.org/show_bug.cgi?id=789139