aggregator: fix typo in test suite

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2015-03-27 19:28:05 -03:00 committed by Tim-Philipp Müller
parent 1bd000fb2b
commit 53cb334281

View file

@ -323,7 +323,7 @@ _quit (GMainLoop * ml)
static GstPadProbeReturn
_aggregated_cb (GstPad * pad, GstPadProbeInfo * info, GMainLoop * ml)
{
GST_DEBUG ("SHould quit ML");
GST_DEBUG ("Should quit ML");
g_idle_add ((GSourceFunc) _quit, ml);
return GST_PAD_PROBE_REMOVE;