Beispiel #1
0
 def install_done_cb(plugins_return, *args):
     print_d("Gstreamer plugin install return: %r" % plugins_return)
     Gst.update_registry()
Beispiel #2
0
 def __pbutils_plugin_installed_cb(self, result):
     if result == pbutils.INSTALL_PLUGINS_SUCCESS:
         gst.update_registry()
     else:
         self.emit("error", result.value_name, "\n".join(self.errors))
Beispiel #3
0
 def install_done_cb(plugins_return, *args):
     print_d("Gstreamer plugin install return: %r" % plugins_return)
     Gst.update_registry()
Beispiel #4
0
 def __pbutils_plugin_installed_cb(self, result):
     if result == pbutils.INSTALL_PLUGINS_SUCCESS:
         gst.update_registry()
     else:
         self.emit("error", result.value_name, "\n".join(self.errors))