[Bug 721640] [pitivi] Plugin missing when rendering

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 9 11:49:14 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=721640
  GStreamer | don't know | git

--- Comment #5 from Alex Băluț <alexandru.balut at gmail.com> 2014-01-09 19:49:10 UTC ---
I confirm, a race: I press render/cancel and sometimes it renders, sometimes it
shows quickly the error message.

Not sure if it matters, I tried to catch the missing-plugin message, but none
seems to be generated, and for good reason, because as I said the project plays
fine in Pitivi:
    def _busMessageCb(self, unused_bus, message):
        if GstPbutils.is_missing_plugin_message(message):
            print 1111111111,
GstPbutils.missing_plugin_message_get_description(message),
GstPbutils.missing_plugin_message_get_installer_detail(message)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list