vc1parse: set seq_layer_sent to FALSE on reset()
https://bugzilla.gnome.org/show_bug.cgi?id=738526
This commit is contained in:
parent
025f8b9129
commit
6b5e950236
@ -288,6 +288,7 @@ gst_vc1_parse_reset (GstVC1Parse * vc1parse)
|
||||
gst_buffer_replace (&vc1parse->seq_hdr_buffer, NULL);
|
||||
gst_buffer_replace (&vc1parse->entrypoint_buffer, NULL);
|
||||
|
||||
vc1parse->seq_layer_sent = FALSE;
|
||||
vc1parse->frame_layer_first_frame_sent = FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user