mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
tests: remove empty lines from wrong indent run
This commit is contained in:
parent
01cbe5012a
commit
593fc8894b
1 changed files with 0 additions and 30 deletions
|
@ -26,9 +26,7 @@
|
||||||
GST_START_TEST (test_remove1)
|
GST_START_TEST (test_remove1)
|
||||||
{
|
{
|
||||||
GstElement *b1, *b2, *src, *sink;
|
GstElement *b1, *b2, *src, *sink;
|
||||||
|
|
||||||
GstPad *srcpad, *sinkpad;
|
GstPad *srcpad, *sinkpad;
|
||||||
|
|
||||||
GstPadLinkReturn ret;
|
GstPadLinkReturn ret;
|
||||||
|
|
||||||
b1 = gst_element_factory_make ("pipeline", NULL);
|
b1 = gst_element_factory_make ("pipeline", NULL);
|
||||||
|
@ -80,9 +78,7 @@ GST_END_TEST;
|
||||||
GST_START_TEST (test_remove2)
|
GST_START_TEST (test_remove2)
|
||||||
{
|
{
|
||||||
GstElement *b1, *b2, *src, *sink;
|
GstElement *b1, *b2, *src, *sink;
|
||||||
|
|
||||||
GstPad *srcpad, *sinkpad;
|
GstPad *srcpad, *sinkpad;
|
||||||
|
|
||||||
GstPadLinkReturn ret;
|
GstPadLinkReturn ret;
|
||||||
|
|
||||||
b1 = gst_element_factory_make ("pipeline", NULL);
|
b1 = gst_element_factory_make ("pipeline", NULL);
|
||||||
|
@ -157,15 +153,10 @@ GST_END_TEST;
|
||||||
GST_START_TEST (test_ghost_pads_notarget)
|
GST_START_TEST (test_ghost_pads_notarget)
|
||||||
{
|
{
|
||||||
GstElement *b1, *b2, *sink;
|
GstElement *b1, *b2, *sink;
|
||||||
|
|
||||||
GstPad *srcpad, *sinkpad, *peer;
|
GstPad *srcpad, *sinkpad, *peer;
|
||||||
|
|
||||||
GstPadLinkReturn ret;
|
GstPadLinkReturn ret;
|
||||||
|
|
||||||
gboolean bret;
|
gboolean bret;
|
||||||
|
|
||||||
GstBus *bus;
|
GstBus *bus;
|
||||||
|
|
||||||
GstCaps *caps;
|
GstCaps *caps;
|
||||||
|
|
||||||
b1 = gst_element_factory_make ("pipeline", NULL);
|
b1 = gst_element_factory_make ("pipeline", NULL);
|
||||||
|
@ -221,7 +212,6 @@ GST_END_TEST;
|
||||||
GST_START_TEST (test_remove_target)
|
GST_START_TEST (test_remove_target)
|
||||||
{
|
{
|
||||||
GstElement *b1, *b2, *src, *sink;
|
GstElement *b1, *b2, *src, *sink;
|
||||||
|
|
||||||
GstPad *sinkpad, *ghost, *target;
|
GstPad *sinkpad, *ghost, *target;
|
||||||
|
|
||||||
b1 = gst_element_factory_make ("pipeline", NULL);
|
b1 = gst_element_factory_make ("pipeline", NULL);
|
||||||
|
@ -265,9 +255,7 @@ GST_END_TEST;
|
||||||
GST_START_TEST (test_link)
|
GST_START_TEST (test_link)
|
||||||
{
|
{
|
||||||
GstElement *b1, *b2, *src, *sink;
|
GstElement *b1, *b2, *src, *sink;
|
||||||
|
|
||||||
GstPad *srcpad, *sinkpad, *gpad;
|
GstPad *srcpad, *sinkpad, *gpad;
|
||||||
|
|
||||||
GstPadLinkReturn ret;
|
GstPadLinkReturn ret;
|
||||||
|
|
||||||
b1 = gst_element_factory_make ("pipeline", NULL);
|
b1 = gst_element_factory_make ("pipeline", NULL);
|
||||||
|
@ -322,9 +310,7 @@ GST_END_TEST;
|
||||||
GST_START_TEST (test_ghost_pads)
|
GST_START_TEST (test_ghost_pads)
|
||||||
{
|
{
|
||||||
GstElement *b1, *b2, *src, *i1, *sink;
|
GstElement *b1, *b2, *src, *i1, *sink;
|
||||||
|
|
||||||
GstPad *gsink, *gsrc, *gisrc, *gisink, *isink, *isrc, *fsrc, *fsink;
|
GstPad *gsink, *gsrc, *gisrc, *gisink, *isink, *isrc, *fsrc, *fsink;
|
||||||
|
|
||||||
GstStateChangeReturn ret;
|
GstStateChangeReturn ret;
|
||||||
|
|
||||||
b1 = gst_element_factory_make ("pipeline", NULL);
|
b1 = gst_element_factory_make ("pipeline", NULL);
|
||||||
|
@ -428,17 +414,11 @@ GST_END_TEST;
|
||||||
GST_START_TEST (test_ghost_pads_bin)
|
GST_START_TEST (test_ghost_pads_bin)
|
||||||
{
|
{
|
||||||
GstBin *pipeline;
|
GstBin *pipeline;
|
||||||
|
|
||||||
GstBin *srcbin;
|
GstBin *srcbin;
|
||||||
|
|
||||||
GstBin *sinkbin;
|
GstBin *sinkbin;
|
||||||
|
|
||||||
GstElement *src;
|
GstElement *src;
|
||||||
|
|
||||||
GstElement *sink;
|
GstElement *sink;
|
||||||
|
|
||||||
GstPad *srcpad, *srcghost, *target;
|
GstPad *srcpad, *srcghost, *target;
|
||||||
|
|
||||||
GstPad *sinkpad, *sinkghost;
|
GstPad *sinkpad, *sinkghost;
|
||||||
|
|
||||||
pipeline = GST_BIN (gst_pipeline_new ("pipe"));
|
pipeline = GST_BIN (gst_pipeline_new ("pipe"));
|
||||||
|
@ -504,15 +484,10 @@ block_callback (GstPad * pad, gboolean blocked, gpointer user_data)
|
||||||
GST_START_TEST (test_ghost_pads_block)
|
GST_START_TEST (test_ghost_pads_block)
|
||||||
{
|
{
|
||||||
GstBin *pipeline;
|
GstBin *pipeline;
|
||||||
|
|
||||||
GstBin *srcbin;
|
GstBin *srcbin;
|
||||||
|
|
||||||
GstElement *src;
|
GstElement *src;
|
||||||
|
|
||||||
GstPad *srcpad;
|
GstPad *srcpad;
|
||||||
|
|
||||||
GstPad *srcghost;
|
GstPad *srcghost;
|
||||||
|
|
||||||
BlockData block_data;
|
BlockData block_data;
|
||||||
|
|
||||||
pipeline = GST_BIN (gst_pipeline_new ("pipeline"));
|
pipeline = GST_BIN (gst_pipeline_new ("pipeline"));
|
||||||
|
@ -550,15 +525,10 @@ GST_END_TEST;
|
||||||
GST_START_TEST (test_ghost_pads_probes)
|
GST_START_TEST (test_ghost_pads_probes)
|
||||||
{
|
{
|
||||||
GstBin *pipeline;
|
GstBin *pipeline;
|
||||||
|
|
||||||
GstBin *srcbin;
|
GstBin *srcbin;
|
||||||
|
|
||||||
GstElement *src;
|
GstElement *src;
|
||||||
|
|
||||||
GstPad *srcpad;
|
GstPad *srcpad;
|
||||||
|
|
||||||
GstPad *srcghost;
|
GstPad *srcghost;
|
||||||
|
|
||||||
BlockData block_data;
|
BlockData block_data;
|
||||||
|
|
||||||
pipeline = GST_BIN (gst_pipeline_new ("pipeline"));
|
pipeline = GST_BIN (gst_pipeline_new ("pipeline"));
|
||||||
|
|
Loading…
Reference in a new issue