summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-09-17 14:47:12 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-09-17 14:47:12 +0000
commit52fd692bcfae0e29dc821d22fcad2533d390e1a9 (patch)
tree3fb59ae9a2ddba5e754f7179203561d5f51e740e /ChangeLog
parent028352c5e00cfe63b78ea6f2be5b43dbfab6b889 (diff)
downloadgst-plugins-bad-52fd692bcfae0e29dc821d22fcad2533d390e1a9.tar.gz
gst-plugins-bad-52fd692bcfae0e29dc821d22fcad2533d390e1a9.tar.bz2
gst-plugins-bad-52fd692bcfae0e29dc821d22fcad2533d390e1a9.zip
ext/neon/gstneonhttpsrc.c: Clean up the debug logging code and #ifdef mess a bit: whether or not gstreamer debug mess...
Original commit message from CVS: * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start), (gst_neonhttp_src_send_request_and_redirect): Clean up the debug logging code and #ifdef mess a bit: whether or not gstreamer debug messages should be output should not depend on an element property; also, GST_ELEMENT_ERROR will leave a line in the log already, so merge the more useful debug log messages with the less useful error debug strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea9217b1..1e051f51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2008-09-17 Tim-Philipp Müller <tim.muller at collabora co uk>
+ * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
+ (gst_neonhttp_src_send_request_and_redirect):
+ Clean up the debug logging code and #ifdef mess a bit: whether or not
+ gstreamer debug messages should be output should not depend on an
+ element property; also, GST_ELEMENT_ERROR will leave a line in the log
+ already, so merge the more useful debug log messages with the less useful
+ error debug strings.
+
+2008-09-17 Tim-Philipp Müller <tim.muller at collabora co uk>
+
* ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
Don't post LIBRARY_INIT errors where we should be posting
RESOURCE OPEN_READ errors. Fixes #552506.