[gstreamer-bugs] [Bug 341818] [matroskademux] poor concurrent performance

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed May 17 01:13:02 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=341818
 GStreamer | gst-plugins-good | Ver: HEAD CVS


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #65481|none                        |committed
               Flag|                            |
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
            Summary|[patch] Poor concurrent     |[matroskademux] poor
                   |performance of the Matroska |concurrent performance
                   |demuxer                     |
   Target Milestone|HEAD                        |0.10.4




------- Comment #2 from Tim-Philipp Müller  2006-05-17 08:13 UTC -------
Indeed, very silly and inefficient code there (left over from when the demuxer
was ported to 0.10). Thanks for the patch!

 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>

        Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>

        * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
        (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
        (gst_ebml_read_element_length), (gst_ebml_read_buffer),
        (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
        (gst_ebml_read_float), (gst_ebml_read_ascii),
        (gst_ebml_read_binary):
          Don't create unnecessary sub-buffers all the time. Dramatically
          improves performance with multiple concurrently running
          matroskademux instances (#341818) (and generally avoids doing
          unnecessarily inefficient things).


-- 
Configure bugmail: http://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