mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
+ fixing compile warnings about uninitialized variable
Original commit message from CVS: + fixing compile warnings about uninitialized variable
This commit is contained in:
parent
aff80e14d7
commit
e98a2b5ddb
5 changed files with 5 additions and 1 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit c73793f7022cbc8ffd39f9c0b0587078f47c0b06
|
||||
Subproject commit 9d5642850b94f5bc21d565f8c900a0606fbb518f
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue