Hi, I try to create a custom element using python inheriting from GstBase.BaseTransform implementing do_transform() method, but when I launch a pipeline with gst-launch-1.0 I see the following error:
$ gst-launch-1.0 filesrc location=/path/to/some_text_file ! print_tst ! fakesink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
(gst-launch-1.0:13550): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object != NULL' failed
And process never finish, I need to press Ctrl + c
The element works fine if I use do_transform_ip() instead do_transform() but I need to modify the buffer and to do this use do_transform() seems to be the only way.
Has anyone had the same problem?
Cheers
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel