mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
harness: fix compilation
Was supposed to be squashed with 336c7bb6
https://bugzilla.gnome.org/show_bug.cgi?id=761910
This commit is contained in:
parent
39d3c06b18
commit
aafa79e281
1 changed files with 2 additions and 1 deletions
|
@ -231,6 +231,7 @@ gst_harness_sink_event (GstPad * pad, GstObject * parent, GstEvent * event)
|
|||
{
|
||||
GstHarness *h = g_object_get_data (G_OBJECT (pad), HARNESS_KEY);
|
||||
GstHarnessPrivate *priv = h->priv;
|
||||
gboolean ret = TRUE;
|
||||
gboolean forward;
|
||||
|
||||
g_assert (h != NULL);
|
||||
|
@ -260,7 +261,7 @@ gst_harness_sink_event (GstPad * pad, GstObject * parent, GstEvent * event)
|
|||
}
|
||||
HARNESS_UNLOCK (h);
|
||||
|
||||
return TRUE;
|
||||
return ret;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue