Hi Guys,

I have been developing a cross-platform multi-media medical application in wxPerl. All the original development was done in Windows and I have just ported to Kubuntu 9.10. One of the main components is wxMediaCtrl which uses MS Media Player backend on Windows or GStreamer on Linux.

I've definitely got GStreamer installed because other applications run using it. But I've not got wxMediaCtrl running yet. I'm getting error "Got an invalid playbin (error 0:Success)". So what am I missing here?

I have:

- Kubuntu 9:10

- wxPerl 0.91-1

- GStreamer (libgstreamer-plugins-base0.10-0 - 0.10.25-2ubunbtu1 (amd64), libgstreamer0.10-0 - 0.10.25 (amd64), bluez-gstreamer - 4.51-0ubantu2 (amd64)).

However, there are 54 other GStreamer packages/modules that aren't installed, and maybe I'm just missing one or two.

If I add all the remaining modules, I can even write pieces of code in Perl which call GStreamer directly but in this case, wxMediaCtrl bombs out with no error message at all.

What are your thoughts?

Thanks and regards

Steve


In reply to wxMediaCtrl running under Kubuntu 9.10 by Steve_BZ

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.