mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
aggregator: fix typo in test suite
This commit is contained in:
parent
b24971f2dd
commit
b31f3a88e4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue