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:
5e32c22
)
Initialize some more vars.
author
Wim Taymans
<wim@metal.(none)>
Thu, 23 Oct 2008 10:23:27 +0000
(12:23 +0200)
committer
Wim Taymans
<wim@metal.(none)>
Thu, 23 Oct 2008 10:23:27 +0000
(12:23 +0200)
src/rtsp-session.c
patch
|
blob
|
history
diff --git
a/src/rtsp-session.c
b/src/rtsp-session.c
index
a7cf3ee
..
05ca1f3
100644
(file)
--- a/
src/rtsp-session.c
+++ b/
src/rtsp-session.c
@@
-164,6
+164,8
@@
gst_rtsp_session_get_stream (GstRTSPSessionMedia *media, guint idx)
GstRTSPSessionStream *result;
GList *walk;
+ result = NULL;
+
for (walk = media->streams; walk; walk = g_list_next (walk)) {
result = (GstRTSPSessionStream *) walk->data;