diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2005-09-21 12:19:24 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2005-09-21 12:19:24 +0000 |
| commit | 9dd3929730bc3e2656eabfd8a8edfc7a61bb0176 (patch) | |
| tree | b67f40938625cb38ade8500e3a1650ed3db04c9d /ChangeLog | |
| parent | eb20f045f8fcbf9e6459cb7d7c608acb72c5f8b6 (diff) | |
gst/rtp/README: Update README
Original commit message from CVS:
* gst/rtp/README:
Update README
* gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
Make extra params as strings.
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
(gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
(gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
Make state change return NO_PREROLL as this is a live
source.
* gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
Don't unref old caps when NULL.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2005-09-21 Wim Taymans <wim@fluendo.com> + + * gst/rtp/README: + Update README + + * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps): + Make extra params as strings. + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state), + (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps), + (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send): + Make state change return NO_PREROLL as this is a live + source. + + * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property): + Don't unref old caps when NULL. + 2005-09-20 Wim Taymans <wim@fluendo.com> * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type), |
