auparse: do not leak src_caps

https://bugzilla.gnome.org/show_bug.cgi?id=694275
This commit is contained in:
Ognyan Tonchev 2013-02-20 15:46:43 +01:00 committed by Tim-Philipp Müller
parent a61055809f
commit 42d8b96f2d

View file

@ -174,6 +174,8 @@ gst_au_parse_reset (GstAuParse * auparse)
gst_adapter_clear (auparse->adapter);
gst_caps_replace (&auparse->src_caps, NULL);
/* gst_segment_init (&auparse->segment, GST_FORMAT_TIME); */
}