From: Tim-Philipp Müller Date: Sat, 12 Feb 2005 17:37:37 +0000 (+0000) Subject: Don't send 'Hey! You gave me a NULL pointer yo naughty person' as error message when... X-Git-Tag: 1.19.3~511^2~13135 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e2b751efb9e009116aa58630eb3f5cc37c08d85;p=platform%2Fupstream%2Fgstreamer.git 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) --- diff --git a/ChangeLog b/ChangeLog index 7a35907563..bfdc03405a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-02-12 Tim-Philipp Müller + + * 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 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),