[Bug 721676] typefind does not find the correct media type for mpg with http streaming

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 12 05:32:50 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=721676
  GStreamer | gstreamer (core) | git

--- Comment #10 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-09-12 12:32:45 UTC ---
If I'm not mistaken this is not very efficient... if we get hundreds of little
buffers, we will combine them into a single big one... one by one, copying data
over and over again. And then typefind over that data over and over again,
every time with a little bit of more data in the end.

This doesn't seem like a great default behaviour

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list