GNOME Bugzilla – Bug 550582
[oggdemux] KATE streams not recognised
Last modified: 2008-09-15 15:14:40 UTC
Similarly to bug 537599, in http://ftp.gnu.org/video/Stephen_Fry-Happy_Birthday_GNU-hq_600px_780kbit.ogv Some streams aren't understood, and we get: ** Message: don't know how to handle application/octet-stream ** Message: don't know how to handle application/octet-stream ** Message: Missing plugin: gstreamer|0.10|totem|application/octet-stream decoder|decoder-application/octet-stream (application/octet-stream decoder) ** Message: Missing plugin: gstreamer|0.10|totem|application/octet-stream decoder|decoder-application/octet-stream (application/octet-stream decoder) This might be because of streams 4 and 5 (from ogginfo): New logical stream (#1, serial: 42f214b7): type skeleton New logical stream (#2, serial: 743f0b46): type theora New logical stream (#3, serial: 75ece5e5): type vorbis New logical stream (#4, serial: 7a26cd5c): type kate New logical stream (#5, serial: 6f01d8a6): type kate Which seem to be subtitles (strings has "Content-Type: application/x-kate"). Probably just a missing typefind?
> Probably just a missing typefind? Yeah, but we also don't have a kate decoder yet in GStreamer (there's one in bugzilla though, see bug #525743). (You could add it to blacklisted_mimes in gstplaybasebin.c if you want to avoid triggering the missing plugin thing, or blacklist it in totem).
Created attachment 118652 [details] [review] add typefinder for KATE streams and a description for the media type
Jan, any chance this could go in for the upcoming release?
OK
2008-09-15 Tim-Philipp Müller <tim.muller at collabora co uk> * gst-libs/gst/pbutils/descriptions.c: * gst/typefind/gsttypefindfunctions.c: Recognise Kate subtitle streams (#550582).