gst/matroska/ebml-read.c: Don't create unnecessary sub-buffers all the time. Dramatic...
authorJindrich Makovicka <jindrich.makivicka@itonis.tv>
Wed, 17 May 2006 08:10:31 +0000 (08:10 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 17 May 2006 08:10:31 +0000 (08:10 +0000)
commit14ea3f13a47948e320903f6e96d0d646775b1bca
tree3967b3ff1064326750adea3ec4cafb872a77bcfa
parente57d09e8350556df264d46c677408f34ec86c504
gst/matroska/ebml-read.c: Don't create unnecessary sub-buffers all the time. Dramatically improves performance with m...

Original commit message from CVS:
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 avoids doing
unnecessarily inefficient things in the general case).
ChangeLog
gst/matroska/ebml-read.c