aggregator: fix typo in test suite
This commit is contained in:
parent
b24971f2dd
commit
b31f3a88e4
@ -323,7 +323,7 @@ _quit (GMainLoop * ml)
|
|||||||
static GstPadProbeReturn
|
static GstPadProbeReturn
|
||||||
_aggregated_cb (GstPad * pad, GstPadProbeInfo * info, GMainLoop * ml)
|
_aggregated_cb (GstPad * pad, GstPadProbeInfo * info, GMainLoop * ml)
|
||||||
{
|
{
|
||||||
GST_DEBUG ("SHould quit ML");
|
GST_DEBUG ("Should quit ML");
|
||||||
g_idle_add ((GSourceFunc) _quit, ml);
|
g_idle_add ((GSourceFunc) _quit, ml);
|
||||||
|
|
||||||
return GST_PAD_PROBE_REMOVE;
|
return GST_PAD_PROBE_REMOVE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user