baseaudiovisualizer: Fix event handling in unit test

This commit is contained in:
Sebastian Dröge 2013-05-15 11:04:23 +02:00
parent a5ac2d3aee
commit d35cba1d6a

View file

@ -128,7 +128,7 @@ GST_START_TEST (count_in_out)
"could not set to playing"); "could not set to playing");
caps = gst_caps_from_string (CAPS); caps = gst_caps_from_string (CAPS);
gst_pad_set_caps (srcpad, caps); gst_check_setup_events (srcpad, elem, caps, GST_FORMAT_TIME);
gst_caps_unref (caps); gst_caps_unref (caps);
/* push 1s audio to get 30 video-frames */ /* push 1s audio to get 30 video-frames */