mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
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.
This commit is contained in:
parent
cc8f46edf2
commit
73a62fed08
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
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!!!
|
||||
|
||||
|
|
Loading…
Reference in a new issue