mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-15 23:01:02 +00:00
video/gif: Don't set NON_DROPPABLE flag on buffers
It doesn't make sense in this context and the flag only exists since 1.12.
This commit is contained in:
parent
c19a84bee1
commit
c259d75a21
1 changed files with 0 additions and 1 deletions
|
@ -408,7 +408,6 @@ impl GifEnc {
|
|||
{
|
||||
let trailer_buffer = trailer_buffer.get_mut().unwrap();
|
||||
trailer_buffer.set_pts(state.last_actual_pts);
|
||||
trailer_buffer.set_flags(gst::BufferFlags::NON_DROPPABLE);
|
||||
}
|
||||
|
||||
// Initialize the encoder again, to be ready for a new round without format change
|
||||
|
|
Loading…
Reference in a new issue