GNOME Bugzilla – Bug 533708
broken mpeg-ts typefinding?
Last modified: 2008-05-25 21:56:16 UTC
For file: http://people.redhat.com/bnocera/mpeg-ts-file-mythtv.mpg we now typefind application/x-gst_ff-mpegtsraw instead of video/mpegts, systemstream=(boolean)true, packetsize=(int)188 No idea what the difference between 'raw' mpegts and mpegts is supposed to be, but this doesn't look right and should probably be looked at before the release.
Created attachment 111097 [details] [review] disable mpegtsraw typefinder; better debugging
Looks like my ffmpeg version wasn't up-to-date. Doesn't happen anymore with the up-to-date version. We might still want to disable the mpegtsraw typefinder though, not sure.
2008-05-25 Tim-Philipp Müller <tim.muller at collabora co uk> * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_type_find), (gst_ffmpegdemux_register): Explicitly disable 'raw' mpeg-ts typefinder as well; better debug logging for the gst-ffmpeg typefinders. (#533708).