summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-26 10:08:27 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-26 10:08:27 +0000
commit530f214bd57cfd8fa9e001d957808211a28df06a (patch)
tree8944590d331da0b46e33872ca750442bb9999533 /ChangeLog
parent45b77c57b4d71ac737e31a28688065c15c6f68f0 (diff)
gst/rtsp/gstrtspsrc.*: Protect state changes with a lock.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play), (gst_rtspsrc_pause): * gst/rtsp/gstrtspsrc.h: Protect state changes with a lock. * gst/rtsp/rtspconnection.c: (rtsp_connection_create), (parse_line): * gst/rtsp/rtspconnection.h: Remove some unused stuff.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b1a2cdd..98d487b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2007-04-26 Wim Taymans <wim@fluendo.com>
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
+ (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
+ (gst_rtspsrc_open), (gst_rtspsrc_close),
+ (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
+ (gst_rtspsrc_pause):
+ * gst/rtsp/gstrtspsrc.h:
+ Protect state changes with a lock.
+
+ * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
+ (parse_line):
+ * gst/rtsp/rtspconnection.h:
+ Remove some unused stuff.
+
+2007-04-26 Wim Taymans <wim@fluendo.com>
+
* gst/udp/gstudpsrc.c: (gst_udpsrc_create):
Handle the case where there are exactly 0 bytes to read and the ioctl
did not report an error. Fixes #433530.