diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-05-14 09:01:05 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-05-14 09:01:05 +0000 |
commit | fc2f6baf0de54a1b42a7c0d80e209cc55e3ba00c (patch) | |
tree | 11dfff05e4a475ed71d6a00ba45bdbb61a273887 /ChangeLog | |
parent | bcbbda0b8031e0c089d9e42766331e14fd2d6254 (diff) |
gst/rtsp/gstrtspsrc.c: Factor out caps configuration and configure more stuff such as the time ranges and speed/scale...
Original commit message from CVS:
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
(gst_rtspsrc_parse_range), (gst_rtspsrc_open),
(gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
Factor out caps configuration and configure more stuff such as the time
ranges and speed/scale values.
* gst/rtsp/rtsptransport.c:
Add Copyright after non-trival fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-05-14 Wim Taymans <wim@fluendo.com> + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps), + (gst_rtspsrc_parse_range), (gst_rtspsrc_open), + (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play): + Factor out caps configuration and configure more stuff such as the time + ranges and speed/scale values. + + * gst/rtsp/rtsptransport.c: + Add Copyright after non-trival fixes. + 2007-05-12 Wim Taymans <wim@fluendo.com> Patch by: Peter Kjellerstedt <pkj at axis com> |