projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5110bb
)
matroskademux: Remove leftover assertion from 0.10
author
Sebastian Dröge
<sebastian@centricular.com>
Mon, 28 Sep 2015 16:03:51 +0000
(18:03 +0200)
committer
Tim-Philipp Müller
<tim@centricular.com>
Tue, 29 Sep 2015 10:18:54 +0000
(11:18 +0100)
We now allocate memory via GstAllocator and as such can handle arbitrary
alignments, not only <= G_MEM_ALIGN.
https://bugzilla.gnome.org/show_bug.cgi?id=755708
gst/matroska/matroska-demux.c
patch
|
blob
|
history
diff --git
a/gst/matroska/matroska-demux.c
b/gst/matroska/matroska-demux.c
index 01a65ffbc7d500232d345c5f8eb0c7fe92da8725..2fb49282ec35cda23eba2c22197c8bb41a42c45b 100644
(file)
--- a/
gst/matroska/matroska-demux.c
+++ b/
gst/matroska/matroska-demux.c
@@
-3700,7
+3700,6
@@
gst_matroska_demux_parse_blockgroup_or_simpleblock (GstMatroskaDemux * demux,
for 32 bit samples, etc), or bad things will happen downstream as
elements typically assume minimal alignment.
Therefore, create an aligned copy if necessary. */
- g_assert (stream->alignment <= G_MEM_ALIGN);
sub = gst_matroska_demux_align_buffer (demux, sub, stream->alignment);
if (GST_BUFFER_PTS_IS_VALID (sub)) {