mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 00:28:21 +00:00
harness: fix indentation
This commit is contained in:
parent
336c7bb69c
commit
39d3c06b18
1 changed files with 5 additions and 4 deletions
|
@ -725,7 +725,8 @@ gst_harness_add_element_full (GstHarness * h, GstElement * element,
|
||||||
gst_harness_play (h);
|
gst_harness_play (h);
|
||||||
|
|
||||||
/* if the element already has a testclock attached, we replace our own with it */
|
/* if the element already has a testclock attached, we replace our own with it */
|
||||||
if (GST_ELEMENT_CLOCK (element) && GST_IS_TEST_CLOCK (GST_ELEMENT_CLOCK (element))) {
|
if (GST_ELEMENT_CLOCK (element)
|
||||||
|
&& GST_IS_TEST_CLOCK (GST_ELEMENT_CLOCK (element))) {
|
||||||
gst_object_replace ((GstObject **) & h->priv->testclock,
|
gst_object_replace ((GstObject **) & h->priv->testclock,
|
||||||
(GstObject *) GST_ELEMENT_CLOCK (element));
|
(GstObject *) GST_ELEMENT_CLOCK (element));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue