Don't send 'Hey! You gave me a NULL pointer yo naughty person' as error message when...
authorTim-Philipp Müller <tim@centricular.net>
Sat, 12 Feb 2005 17:37:37 +0000 (17:37 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 12 Feb 2005 17:37:37 +0000 (17:37 +0000)
Original commit message from CVS:
Don't send 'Hey! You gave me a NULL pointer yo naughty person' as error message when we can't open the DVD device; send something more useful instead (fixes #167117)

ChangeLog

index 7a35907563443516c571f8d43e50a0e8265d0ef7..bfdc03405a58539d1330b2f5d4242ff862df0e8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
+         Don't send "Hey! You gave me a NULL pointer you naughty person" as
+         error message when we can't open the DVD device (when dvdnav_open()
+         fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
+         the above). Send something more useful instead (fixes #167117).
+
 2005-02-11  Julien MOUTTE  <julien@moutte.net>
 
        * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),