summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-13 09:32:21 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-13 09:32:21 +0000
commitb7524708232f6c252e8d6c635a8a81fae2685e74 (patch)
tree280d82edc47a98a665f9e5d41aaa2735006e9d3c /ChangeLog
parent3bf1b5ecf7b77fb3283236ed46159cd9aa6c3f2d (diff)
docs/plugins/gst-plugins-good-plugins-sections.txt: Fix docs.
Original commit message from CVS: * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix docs. * gst/rtsp/URLS: Add some more example urls. * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT), (gst_rtp_dec_chain_rtp): Better debugging. * gst/rtsp/gstrtspsrc.c: (request_pt_map), (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo): Remove unused code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc568f4c..8024863e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2007-04-13 Wim Taymans <wim@fluendo.com>
+
+ * docs/plugins/gst-plugins-good-plugins-sections.txt:
+ Fix docs.
+
+ * gst/rtsp/URLS:
+ Add some more example urls.
+
+ * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
+ (gst_rtp_dec_chain_rtp):
+ Better debugging.
+
+ * gst/rtsp/gstrtspsrc.c: (request_pt_map),
+ (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
+ (gst_rtspsrc_parse_rtpinfo):
+ Remove unused code.
+
2007-04-13 Stefan Kost <ensonic@users.sf.net>
* gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),