Help with a simple gstreamer application

2023-03-06 Thread pp
Thanks! Was exactly this! Now works!

Help with a simple gstreamer application

2023-03-03 Thread cblake
I think the last 3 `--passC` (with the `-l`) should instead be `--passL`.

Help with a simple gstreamer application

2023-03-03 Thread pp
I have seen this, I think my issue is simpler: something related to the `{.header:"gst/gst.h"}` pragma, but I am not yet that skilled with nim to understand what I have done wrong.

Help with a simple gstreamer application

2023-03-03 Thread Stefan_Salewski
Well, at least still works for me. But I can not help you, sorry.

Help with a simple gstreamer application

2023-03-03 Thread pp
Hi, i am trying to implement a simple gstreamer application with nim, but I need some help: This is the C code #include #include int main(int argc, char **argv) { const gchar *nano_str; guint major, minor, micro, nano; gst_init(&argc, &argv)