summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-02-12 17:37:37 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-02-12 17:37:37 +0000
commit6e2b751efb9e009116aa58630eb3f5cc37c08d85 (patch)
treef7cedc03f0513d510bdacbc67b17c033340834a5
parent415151afa41f60ae8f8e54420b7043189f275440 (diff)
downloadgstreamer-plugins-base-6e2b751efb9e009116aa58630eb3f5cc37c08d85.tar.gz
Don't send 'Hey! You gave me a NULL pointer yo naughty person' as error message when we can't open the DVD device; se...
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)
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a3590756..bfdc03405 100644
--- 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),