Gstreamer Editing Services: Trouble running examples

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Gstreamer Editing Services: Trouble running examples

Manas Jayanth
Hi,

I'm trying to build GES examples using meson. Build completes fine but the binaries segfault. Found the following using gdb:

Program received signal SIGSEGV, Segmentation fault.
ges_track_constructed (object=<optimized out>) at ../ges/ges-track.c:506
506         componame =

When stepped into it, starting from ges_init() call in simple1.c, the following was seen in gdb:

0x00007ffff701c2cd in __GI__dl_catch_exception (exception=exception@entry=0x7fffffffc980,
    operate=0x7ffff54530d0 <dlsym_doit>, args=0x7fffffffc9f0) at dl-error-skeleton.c:194
    194     dl-error-skeleton.c: No such file or directory.


If it helps, I have documented my entire experience here on StackOverflow. I'm running Ubuntu 18.04.

-- 
- prometheansacrifice

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer Editing Services: Trouble running examples

Thibault Saunier-4
Hi,

We should better error out, but the problem here is that it can't find
the `nlecomposition` element. You should make sure to add you build
path to GST_PLUGIN_PATH before running.

Please open a bug report so I think about handling that better.

Regards,

Thibault Saunier
On Fri, Aug 3, 2018 at 7:10 AM Manas Jayanth
<[hidden email]> wrote:

>
> Hi,
>
> I'm trying to build GES examples using meson. Build completes fine but the binaries segfault. Found the following using gdb:
>
> Program received signal SIGSEGV, Segmentation fault.
> ges_track_constructed (object=<optimized out>) at ../ges/ges-track.c:506
> 506         componame =
>
> When stepped into it, starting from ges_init() call in simple1.c, the following was seen in gdb:
>
> 0x00007ffff701c2cd in __GI__dl_catch_exception (exception=exception@entry=0x7fffffffc980,
>     operate=0x7ffff54530d0 <dlsym_doit>, args=0x7fffffffc9f0) at dl-error-skeleton.c:194
>     194     dl-error-skeleton.c: No such file or directory.
>
>
> If it helps, I have documented my entire experience here on StackOverflow. I'm running Ubuntu 18.04.
>
> --
> - prometheansacrifice
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel