summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-09-29 08:15:05 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-09-29 08:15:05 +0000
commite8c59d9da35e716049f89ce213f374556997e9df (patch)
treee089d791cbd9c1d152b11dc277b7b00cffd1ac50 /ChangeLog
parent1a86fdc6e370be3eae6592176f20d919dd1d66d2 (diff)
gst/rtsp/gstrtspsrc.c: Fix flag registration.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type): Fix flag registration. * gst/rtsp/rtspconnection.c: (rtsp_connection_read): Reading 0 also means 'no more commands'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5ca3f76..8c7c45bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-09-29 Wim Taymans <wim@fluendo.com>
+ * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
+ Fix flag registration.
+
+ * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
+ Reading 0 also means 'no more commands'
+
+2006-09-29 Wim Taymans <wim@fluendo.com>
+
Patch by: Antoine Tremblay <hexa00 at gmail dot com>
* gst/udp/gstudpsrc.c: (gst_udpsrc_create):