<div dir="ltr">Hi Dear,<br><br>I've got a simple problem, but i cant event find the correct way how to set splitmuxsink. I wanted to use matroskademux and enable the streamable flag (streamable=true). I've followed as written <a href="https://gstreamer.freedesktop.org/documentation/multifile/splitmuxsink.html?gi-language=c#signals">https://gstreamer.freedesktop.org/documentation/multifile/splitmuxsink.html?gi-language=c#signals</a>.<br>So i wanted to test the pipeline in C program, but its fail if i try to set the muxer properties.<br>g_object_set (G_OBJECT (splitmux), "muxer-factory", "matroskamux", NULL); //until here its good<br>g_object_set (G_OBJECT (splitmux), "muxer-properties", "properties,streamable=true", NULL); //cause segfault at starting, no dbg or anything useful for me.<br><br>If you know how to set these types of properties please let me know. <br>Thanks your time, Csaba!</div>