mssdemux: replace unused parameter
authorThiago Santos <thiago.sousa.santos@collabora.com>
Fri, 12 Apr 2013 18:55:23 +0000 (15:55 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 8 May 2013 00:09:48 +0000 (21:09 -0300)
commite541ec7e63caf027f03ae42d2e12c41261d140ff
treeed514f768f530358c8761c84827b7439e9e0ec49
parent6d56eba653e31983f95f079ef3224275b8d3cc3a
mssdemux: replace unused parameter

The buffer parameter wasn't being used, it was only to signal if
a buffer was downloaded and advance to the next fragment in the
manifest.

Replace the buffer with a boolean that has the same effect and is
safer
ext/smoothstreaming/gstmssdemux.c