mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
unref event, flush_fast
Original commit message from CVS: unref event, flush_fast
This commit is contained in:
parent
cd3adce1fb
commit
0f8c7683d1
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue