ext/neon/gstneonhttpsrc.c: Clean up the debug logging code and #ifdef mess a bit...
authorTim-Philipp Müller <tim@centricular.net>
Wed, 17 Sep 2008 14:47:12 +0000 (14:47 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 17 Sep 2008 14:47:12 +0000 (14:47 +0000)
commit52fd692bcfae0e29dc821d22fcad2533d390e1a9
tree3fb59ae9a2ddba5e754f7179203561d5f51e740e
parent028352c5e00cfe63b78ea6f2be5b43dbfab6b889
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.
ChangeLog
ext/neon/gstneonhttpsrc.c