qtdemux: rename chunks_are_chunks to chunks_are_samples and flip the logic
authorStefan Sauer <ensonic@users.sf.net>
Tue, 15 Oct 2013 06:16:20 +0000 (08:16 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Tue, 15 Oct 2013 07:53:30 +0000 (09:53 +0200)
commitae1150e85cf99d7482933aa6f7e4f012fe45a3ec
treea85d8241f7e904ded10a86665c51022718d1fd47
parent6789ba1ecec3594912304b21fa52d64f7c349470
qtdemux: rename chunks_are_chunks to chunks_are_samples and flip the logic

As the variable name suggests, sometimes chunks are chunks. Rename the variable
to tell what they are when they are not chunks.
gst/isomp4/qtdemux.c