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 740029 - matroskademux: excessive reallocation to align audio streams
matroskademux: excessive reallocation to align audio streams
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.4.3
Other Linux
: Normal minor
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-11-12 18:06 UTC by clowd81
Modified: 2018-01-23 11:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description clowd81 2014-11-12 18:06:29 UTC
Using the following pipeline with the attached file results in a large number of "gst_matroska_demux_align_buffer:<demux> We want output aligned on 2, reallocated" error messages being reported when dealing with the audio stream (Stream 1), which has 9600 byte samples (at 50ms each).


splitfilesrc location=<file_to_stream> ! matroskademux name=demux demux. ! queue ! h264parse ! queue ! rtph264pay name=pay0 pt=96 demux. ! queue ! audioconvert ! audio/x-raw ! queue ! rtpL16pay name=pay1 pt=97
Comment 1 clowd81 2014-11-12 18:09:21 UTC
File was too large to attach, it can instead he found here: https://www.dropbox.com/s/rh3w0j1otel3u7v/demux_bug_example.mkv?dl=0
Comment 2 Tim-Philipp Müller 2014-11-17 01:29:40 UTC
I don't know what to do about this. Why do you think this is 'excessive', and what do you think we should do about it?
Comment 3 Tim-Philipp Müller 2018-01-23 11:11:23 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment.
Thanks!