After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 623178 - [matroskademux] error message for unrecognised FOURCC codes should be improved
[matroskademux] error message for unrecognised FOURCC codes should be improved
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal enhancement
: 0.10.27
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-29 22:48 UTC by Maciej Katafiasz
Modified: 2010-12-11 14:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Maciej Katafiasz 2010-06-29 22:48:37 UTC
mathrick@hatsumi:~/Skrivebord$ gst-launch-0.10 -v playbin uri=file://$HOME/Skrivebord/\[pem\]_Bakemonogatari_15-full.mkv 
[...]
** Message: don't know how to handle video/x-unknown, codec-id=(string)V_MS/VFW/FOURCC

I don't know if that's playbin's fault or something else's, but the message should definitely mention _what_ FOURCC wasn't recognised; video/x-unknown is rather useless.
Comment 1 Tim-Philipp Müller 2010-06-30 23:17:44 UTC
I'm somewhat tempted to just WONTFIX this, since it's utterly pointless to mention the fourcc here  (it's not an error message; and any proper error message will never ever mention a FOURCC; using GST_DEBUG=*:2 will show you this already; 99.9% of the people only care about the video playing or not and not the exact reasons why; mentioning the unmapped fourcc in your bug report doesn't really make a huge difference to us).

But anyway, I'll see what I can do..
Comment 2 Sebastian Dröge (slomo) 2010-07-01 06:02:15 UTC
In the case of the V_MS/VFW/FOURCC matroska mapping you could simply add a fourcc field to the caps
Comment 3 Tim-Philipp Müller 2010-12-11 14:54:32 UTC
Sorry for the delay, thought I'd pushed this ages ago:

 commit d73440cb976d8b2ae51f231f19c10d7eaddb6074
 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
 Date:   Thu Jul 1 00:22:07 2010 +0100

    matroska-demux: put unrecognised RIFF format IDs into the unknown caps
    
    Extra info can't hurt. Field names aren't necessarily consistent with
    what's used elsewhere though (e.g. avidemux), but then neither are the
    caps.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=623178