diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2008-09-17 14:47:12 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2008-09-17 14:47:12 +0000 |
commit | 52fd692bcfae0e29dc821d22fcad2533d390e1a9 (patch) | |
tree | 3fb59ae9a2ddba5e754f7179203561d5f51e740e /ChangeLog | |
parent | 028352c5e00cfe63b78ea6f2be5b43dbfab6b889 (diff) | |
download | gst-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |