+ fixing compile warnings about uninitialized variable

Original commit message from CVS:
+ fixing compile warnings about uninitialized variable
This commit is contained in:
Leif Johnson 2002-12-05 23:43:49 +00:00
parent aff80e14d7
commit e98a2b5ddb
5 changed files with 5 additions and 1 deletions

2
common

@ -1 +1 @@
Subproject commit c73793f7022cbc8ffd39f9c0b0587078f47c0b06
Subproject commit 9d5642850b94f5bc21d565f8c900a0606fbb518f

View file

@ -14,6 +14,7 @@ construct_pipeline (GstElement *pipeline, gint identities)
GstElement *from;
int i;
identity = NULL;
src = gst_element_factory_make ("fakesrc", NULL);
sink = gst_element_factory_make ("fakesink", NULL);
g_assert (src);

View file

@ -20,6 +20,7 @@ construct_pipeline (GstElement *pipeline, gint identities)
GstElement *from;
int i;
identity = NULL;
src = gst_element_factory_make ("fakesrc", NULL);
sink = gst_element_factory_make ("fakesink", NULL);
g_assert (src);

View file

@ -14,6 +14,7 @@ construct_pipeline (GstElement *pipeline, gint identities)
GstElement *from;
int i;
identity = NULL;
src = gst_element_factory_make ("fakesrc", NULL);
sink = gst_element_factory_make ("fakesink", NULL);
g_assert (src);

View file

@ -20,6 +20,7 @@ construct_pipeline (GstElement *pipeline, gint identities)
GstElement *from;
int i;
identity = NULL;
src = gst_element_factory_make ("fakesrc", NULL);
sink = gst_element_factory_make ("fakesink", NULL);
g_assert (src);