mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
baseparse: reset passthrough mode to default (disabled) on activation
This commit is contained in:
parent
ea0dd8151b
commit
48f7d4e0c9
1 changed files with 1 additions and 0 deletions
|
@ -1445,6 +1445,7 @@ gst_base_parse_activate (GstBaseParse * parse, gboolean active)
|
||||||
parse->priv->framecount = 0;
|
parse->priv->framecount = 0;
|
||||||
parse->priv->bytecount = 0;
|
parse->priv->bytecount = 0;
|
||||||
parse->priv->next_ts = 0;
|
parse->priv->next_ts = 0;
|
||||||
|
parse->priv->passthrough = FALSE;
|
||||||
|
|
||||||
if (parse->pending_segment)
|
if (parse->pending_segment)
|
||||||
gst_event_unref (parse->pending_segment);
|
gst_event_unref (parse->pending_segment);
|
||||||
|
|
Loading…
Reference in a new issue