summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst/auparse/gstauparse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c
index e643cdc2a..c4319cbc9 100644
--- a/gst/auparse/gstauparse.c
+++ b/gst/auparse/gstauparse.c
@@ -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); */
}