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 533708 - broken mpeg-ts typefinding?
broken mpeg-ts typefinding?
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-18 14:30 UTC by Tim-Philipp Müller
Modified: 2008-05-25 21:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
disable mpegtsraw typefinder; better debugging (1.53 KB, patch)
2008-05-18 14:45 UTC, Tim-Philipp Müller
committed Details | Review

Description Tim-Philipp Müller 2008-05-18 14:30:35 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.
Comment 1 Tim-Philipp Müller 2008-05-18 14:45:40 UTC
Created attachment 111097 [details] [review]
disable mpegtsraw typefinder; better debugging
Comment 2 Tim-Philipp Müller 2008-05-18 14:48:43 UTC
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.
Comment 3 Tim-Philipp Müller 2008-05-25 21:56:16 UTC
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).