projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3de8d58
)
tests: initialize variables
author
Stefan Sauer
<ensonic@users.sf.net>
Thu, 19 Apr 2012 12:41:40 +0000
(14:41 +0200)
committer
Stefan Sauer
<ensonic@users.sf.net>
Wed, 25 Apr 2012 07:23:28 +0000
(09:23 +0200)
tests/check/pipelines/streamheader.c
patch
|
blob
|
history
diff --git
a/tests/check/pipelines/streamheader.c
b/tests/check/pipelines/streamheader.c
index 77e998c1cb967d489731d71b5e5848b0cbd2e6ec..e3c8d06e8939656ce600403e82015ca7f3a4b57c 100644
(file)
--- a/
tests/check/pipelines/streamheader.c
+++ b/
tests/check/pipelines/streamheader.c
@@
-69,7
+69,7
@@
GST_START_TEST (test_multisocketsink_gdp_tag)
GstPad *pad;
GMainLoop *loop;
int pfd[2];
- GSocket *s[2];
+ GSocket *s[2]
= { NULL, }
;
loop = g_main_loop_new (NULL, FALSE);
@@
-185,7
+185,7
@@
GST_START_TEST (test_multisocketsink_gdp_vorbisenc)
GstPad *pad;
GMainLoop *loop;
int pfd[2];
- GSocket *s[2];
+ GSocket *s[2]
= { NULL, }
;
loop = g_main_loop_new (NULL, FALSE);