summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2014-09-08 02:35:38 -0700
committerDavid Schleef <ds@schleef.org>2014-09-08 02:35:38 -0700
commite1ca622c11f0f154c1c89086ffa354eb094ed47f (patch)
treead5686531d5e9f2e5b8b31986a82e89b775b55dd
parent1415926c494a75b9b7150fbf75264ee3cd096d00 (diff)
actually remove assert
-rw-r--r--rtmp/rtmpchunk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rtmp/rtmpchunk.c b/rtmp/rtmpchunk.c
index e17ebea..997efc6 100644
--- a/rtmp/rtmpchunk.c
+++ b/rtmp/rtmpchunk.c
@@ -233,7 +233,6 @@ gst_rtmp_chunk_serialize (GstRtmpChunk * chunk,
G_GSIZE_FORMAT ")", chunk->message_length, chunksize);
}
- g_assert (chunk->message_length == chunksize);
g_assert (chunk->chunk_stream_id < 64);
data = g_malloc (chunksize + 12 + (chunksize / max_chunk_size));