RidgeRun / gst-interpipe

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

Fix segment handling in interpipesrc #98

Open mariannasb opened 3 years ago

mariannasb commented 3 years ago

It was missing something like what is done in appsrc->create(): https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/blob/master/gst-libs/gst/app/gstappsrc.c#L1676

Related to #96

michaelgruner commented 2 years ago

Hey @mariannasb thank you for your contribution. @mmontero can you take care of this review?

mariannasb commented 2 years ago

Have also rebased on top of develop

mariannasb commented 2 years ago

I ended up having to create a new pull request as this was based on my master branch

https://github.com/RidgeRun/gst-interpipe/pull/102