gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11275: fixed segfault problem when


From: Ben Limmer
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11275: fixed segfault problem when running the test_videoinput testcase with videotestsrc
Date: Thu, 16 Jul 2009 14:32:49 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11275
committer: Ben Limmer <address@hidden>
branch nick: trunk
timestamp: Thu 2009-07-16 14:32:49 -0600
message:
  fixed segfault problem when running the test_videoinput testcase with 
videotestsrc
modified:
  libmedia/gst/VideoInputGst.cpp
=== modified file 'libmedia/gst/VideoInputGst.cpp'
--- a/libmedia/gst/VideoInputGst.cpp    2009-07-16 18:44:25 +0000
+++ b/libmedia/gst/VideoInputGst.cpp    2009-07-16 20:32:49 +0000
@@ -275,6 +275,7 @@
                if (dev_select == -1) {
                        log_error("%s: No webcam selected in rc file, setting 
to videotestsource", __FUNCTION__);
                        rcfile.setWebcamDevice(0);
+                       dev_select = rcfile.getWebcamDevice();
                } else {
                        log_trace("Camera %d specified in gnashrc file, using 
that one.\n", dev_select);
                }


reply via email to

[Prev in Thread] Current Thread [Next in Thread]