mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
auparse: do not leak src_caps
https://bugzilla.gnome.org/show_bug.cgi?id=694275
This commit is contained in:
parent
a61055809f
commit
42d8b96f2d
1 changed files with 2 additions and 0 deletions
|
@ -174,6 +174,8 @@ gst_au_parse_reset (GstAuParse * auparse)
|
||||||
|
|
||||||
gst_adapter_clear (auparse->adapter);
|
gst_adapter_clear (auparse->adapter);
|
||||||
|
|
||||||
|
gst_caps_replace (&auparse->src_caps, NULL);
|
||||||
|
|
||||||
/* gst_segment_init (&auparse->segment, GST_FORMAT_TIME); */
|
/* gst_segment_init (&auparse->segment, GST_FORMAT_TIME); */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue