mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
aggregator: fix typo in test suite
This commit is contained in:
parent
1bd000fb2b
commit
53cb334281
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