summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-02-18 11:13:35 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-02-18 11:13:35 +0000
commita1abaa3bfecc11632f29b15e1ccffe15c7957db5 (patch)
tree13d8592755c5c5b810eb214536a1c24d73962bc7 /ChangeLog
parentfa6c3c178c333efc8b6293d95ecf58afc1562b8f (diff)
gst/rtsp/gstrtspsrc.c: Init values to -1 instead of the default 0 value.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream): Init values to -1 instead of the default 0 value. Fixes #516524.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4d7c827..5873d9d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-18 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
+ Init values to -1 instead of the default 0 value.
+ Fixes #516524.
+
2008-02-14 Stefan Kost <ensonic@users.sf.net>
* tests/examples/spectrum/spectrum-example.c: