unref event, flush_fast

Original commit message from CVS:
unref event, flush_fast
This commit is contained in:
Wim Taymans 2002-10-25 19:16:47 +00:00
parent cd3adce1fb
commit 0f8c7683d1

View file

@ -289,12 +289,13 @@ gst_mplex_read_callback (BitStream *bitstream, uint8_t *dest, size_t size, void
default:
break;
}
gst_event_unref (event);
}
}
memcpy (dest, data, len);
gst_bytestream_flush (stream->bytestream, len);
gst_bytestream_flush_fast (stream->bytestream, len);
return len;
}