<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Wonderful, love GStreamer, love its community.<br>
    I am trying to understand how to create a snap from my .apk/.rpm but
    this is a problem of another list :D<br>
    <br>
    Thank you so much for the snippet!<br>
    <br>
    Kind Regards,<br>
    Davide<br>
    <br>
    <div class="moz-cite-prefix">Il 23/10/2020 02:15, Tyler Compton ha
      scritto:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAA=Xfu2OvutXXPuMURe8+CZrEmFk8=UH1rBRNqMGHBcC0AHEjw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">I am! Snap makes using GStreamer pretty easy, as
        long as you're willing to use the version of GStreamer available
        in Ubuntu's package repositories. If you have any specific
        questions, I might be able to help. Check out the following
        example, which makes a version of `gst-inspect-1.0` that you can
        run as a Snap.
        <div>
          <div>
            <div><br>
            </div>
            <div><font face="monospace">name: gst-inspect<br>
                summary: Shows GStreamer elements<br>
                description: |<br>
                  blah blah blah<br>
                version: "1.0"<br>
                base: core18<br>
                grade: devel<br>
                confinement: strict<br>
                <br>
                parts:<br>
                  gst-launch:<br>
                    plugin: nil<br>
                    stage-packages:</font></div>
            <div><font face="monospace">      # A list of apt packages
                to include with the Snap<br>
                      - gstreamer1.0-tools<br>
                      - gstreamer1.0-plugins-base<br>
                      - gstreamer1.0-plugins-good<br>
                      - gstreamer1.0-plugins-bad<br>
                      - gstreamer1.0-plugins-ugly<br>
                    source: .<br>
                <br>
                apps:<br>
                  gst-inspect:<br>
                    command: usr/bin/gst-inspect-1.0<br>
                    environment:</font></div>
            <div><font face="monospace">      # Tell GStreamer where to
                find plugins in the Snap<br>
                      GST_PLUGIN_PATH:
                $SNAP/usr/lib/x86_64-linux-gnu/gstreamer-1.0</font><br>
              <br>
            </div>
          </div>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Thu, Oct 22, 2020 at 3:15
          PM Davide Perini <<a
            href="mailto:perini.davide@dpsoftware.org"
            moz-do-not-send="true">perini.davide@dpsoftware.org</a>>
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi
          all,<br>
          is there someone bundling gstreamer with an app using the snap
          store in <br>
          linux?<br>
          <br>
          If yes, how can I bundle gstreamer in my snapcraft.yaml?<br>
          <br>
          Thanks,<br>
          Davide<br>
          _______________________________________________<br>
          gstreamer-devel mailing list<br>
          <a href="mailto:gstreamer-devel@lists.freedesktop.org"
            target="_blank" moz-do-not-send="true">gstreamer-devel@lists.freedesktop.org</a><br>
          <a
            href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel"
            rel="noreferrer" target="_blank" moz-do-not-send="true">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
        </blockquote>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>