<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">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">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div>