projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe98ac2
)
fix warning : wrong variable initialised in second switch default
author
Stéphane Loeuillet
<gstreamer@leroutier.net>
Sun, 9 Jan 2005 20:25:46 +0000
(20:25 +0000)
committer
Stéphane Loeuillet
<gstreamer@leroutier.net>
Sun, 9 Jan 2005 20:25:46 +0000
(20:25 +0000)
Original commit message from CVS:
fix warning : wrong variable initialised in second switch default
ChangeLog
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 8265914797512700aef3bdd43ad7b423fac6daea..3c06041de80195e9727052dc9bf0339383501fba 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,9
@@
+2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
+
+ * ext/dvdread/stream_labels.c:
+ (dvdreadsrc_get_audio_stream_labels):
+ Fix warning (init the good variable in switch default)
+
2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>