diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-02-12 17:37:37 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-02-12 17:37:37 +0000 |
commit | f55ae9394c02bbf367e29b3d8df3b44205d0c2ac (patch) | |
tree | fac83c2926097b4b34725e508630ab67331bce82 | |
parent | b9a88343302b067341025894d3152f741ca9e41c (diff) | |
download | gst-plugins-bad-f55ae9394c02bbf367e29b3d8df3b44205d0c2ac.tar.gz gst-plugins-bad-f55ae9394c02bbf367e29b3d8df3b44205d0c2ac.tar.bz2 gst-plugins-bad-f55ae9394c02bbf367e29b3d8df3b44205d0c2ac.zip |
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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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), |