summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-06-29 16:27:27 +0000
committerAndy Wingo <wingo@pobox.com>2005-06-29 16:27:27 +0000
commit4905f286eba9c1f5936a24caee88a4ffc06fa3c7 (patch)
tree7b830de29378d8277df74451aec0fd9529cce8d9 /ChangeLog
parent41c2f11dd4fd91a791f6077f4ed531662258c5eb (diff)
downloadgst-plugins-bad-4905f286eba9c1f5936a24caee88a4ffc06fa3c7.tar.gz
gst-plugins-bad-4905f286eba9c1f5936a24caee88a4ffc06fa3c7.tar.bz2
gst-plugins-bad-4905f286eba9c1f5936a24caee88a4ffc06fa3c7.zip
gst/udp/gstudpsink.c (gst_udpsink_get_type): Actually add the
Original commit message from CVS: 2005-06-29 Andy Wingo <wingo@pobox.com> * gst/udp/gstudpsink.c (gst_udpsink_get_type): Actually add the URI handler. * gst/udp/gstudpsrc.c (gst_udpsrc_start): (gst_udpsrc_create): Signedness. * gst/rtsp/sdpmessage.c (sdp_message_parse_buffer): Thanks compiler! (sdp_parse_line): Signedness fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15b4db47..9de2344a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2005-06-29 Andy Wingo <wingo@pobox.com>
+ * gst/udp/gstudpsink.c (gst_udpsink_get_type): Actually add the
+ URI handler.
+
+ * gst/udp/gstudpsrc.c (gst_udpsrc_start):
+ (gst_udpsrc_create): Signedness.
+
+ * gst/rtsp/sdpmessage.c (sdp_message_parse_buffer): Thanks
+ compiler!
+ (sdp_parse_line): Signedness fix.
+
* configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build
breakage ensue!!!