mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +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
|
||||
_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;
|
||||
|
|
Loading…
Reference in a new issue