mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
harness: Fix indendation
This commit is contained in:
parent
f9aa306747
commit
815b5f69e8
1 changed files with 2 additions and 2 deletions
|
@ -1999,7 +1999,7 @@ void
|
|||
gst_harness_add_src (GstHarness * h,
|
||||
const gchar * src_element_name, gboolean has_clock_wait)
|
||||
{
|
||||
GstHarness * src_harness = gst_harness_new (src_element_name);
|
||||
GstHarness *src_harness = gst_harness_new (src_element_name);
|
||||
gst_harness_add_src_harness (h, src_harness, has_clock_wait);
|
||||
}
|
||||
|
||||
|
@ -2024,7 +2024,7 @@ void
|
|||
gst_harness_add_src_parse (GstHarness * h,
|
||||
const gchar * launchline, gboolean has_clock_wait)
|
||||
{
|
||||
GstHarness * src_harness = gst_harness_new_parse (launchline);
|
||||
GstHarness *src_harness = gst_harness_new_parse (launchline);
|
||||
gst_harness_add_src_harness (h, src_harness, has_clock_wait);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue