RidgeRun / gst-interpipe

GStreamer plug-in for interpipeline communication
Other
143 stars 64 forks source link

gstinterpipesrc: it should be live by default #23

Closed RSATom closed 5 years ago

RSATom commented 5 years ago

since otherwise it can't preroll just because it accepts buffers only in playing state but can't go to playing state without accepting at least one buffer.

for reference: https://github.com/RidgeRun/gst-interpipe/blob/master/gst/interpipe/gstinterpipesrc.c#L605