<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hey folks,<br>
    <br>
    Now that I'm trying to recover from willpower fatigue, I was hoping
    someone with a little know how could help me out with my
    predicament.<br>
    <br>
    I am trying to deploy my pretty shaky/unstable app from my
    developing machine, to my other private test machine. The goal is to
    be able to distribute a zip file containing all the necessary files
    to a few close friends and have them run my app for various testing
    purposes.<br>
    <br>
    My application unfortunately doesn't quite work fully on my test
    machine. I'm using Vs2013 and am remote debugging the app on my test
    machine. This made pinpointing the issue quite easy, which is that
    my call to 'gst_parse_launch' returns a void pointer and tells me
    that there is no element "uridecodebin".<br>
    <br>
    I should note at this point, that I simply copied the SDK directly
    from my dev machine and set up the necessary environment variables -
    thinking along the lines of "let's take it all, and then trim it
    down to what my app really seems to need". It should be noted that
    everything works fine on my development machine, and to my bigger
    surprise it *also* works on my second test machine when launching
    the string via the gst-launch-1.0.exe file.<br>
    <br>
    The string is as follows:<br>
    <br>
    gst-launch-1.0.exe uridecodebin uri=<a class="moz-txt-link-freetext" href="file:///D:/PMP/vids/cosmos.webm">file:///D:/PMP/vids/cosmos.webm</a>
    ! videorate ! video/x-raw,framerate=30/1 ! videoconvert ! videoscale
    ! appsink name=sink
    caps=\"video/x-raw,format=RGB,pixel-aspect-ratio=1/1"<br>
    <br>
    appsink is replaced with 'audiovideosink' when I run it from the
    command line - but as I previously stated, the original string runs
    fine on my dev machine. I've also run the gst-inspect tool on my 2nd
    machine for appsink which it seems to find without a hitch.<br>
    <br>
    Does anybody have an idea to what I'm missing? What could cause
    gstreamer to seemingly work fine on the command line, as well as in
    the application on my dev machine, but not on my 2nd machine?<br>
    <br>
    Any answer is much appreciated,<br>
    Lasse<br>
    <br>
    <div class="moz-signature">-- <br>
      Lasse Farnung Laursen<br>
      Post.doc at the University of Tokyo<br>
      <a href="http://www.lasselaursen.com">www.lasselaursen.com</a><br>
      FB: <a href="https://www.facebook.com/lasse.laursen">lasse.laursen</a><br>
      Twitter: <a href="https://twitter.com/YouTouchTheDJ">@YouTouchTheDJ</a></div>
  </body>
</html>