mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
errorignore: Try pushing again after a caps event too
It might have reconfigured everything correctly so that pushing buffers works again afterwards, e.g. if the previous caps event was just rejected.
This commit is contained in:
parent
5002efbf8d
commit
8257159909
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ gst_error_ignore_sink_event (GstPad * pad, GstObject * parent, GstEvent * event)
|
|||
GST_LOG_OBJECT (pad, "Got %s event", GST_EVENT_TYPE_NAME (event));
|
||||
|
||||
switch (GST_EVENT_TYPE (event)) {
|
||||
case GST_EVENT_CAPS:
|
||||
case GST_EVENT_FLUSH_STOP:
|
||||
self->keep_pushing = TRUE;
|
||||
/* fall through */
|
||||
|
|
Loading…
Reference in a new issue