RidgeRun / gst-interpipe

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

Fix restart-ts for multiple listeners #95

Closed mariannasb closed 2 years ago

mariannasb commented 3 years ago

Fix invalid PTS/DTS for the case where there are multiple listeners with different stream-sync settings: fx one with restart-ts and the other with passthrough-ts. The restart-ts branch was invalidating the PTS and DTS which would also affect the other branch since the buffer wasn't ensured as writable.

mariannasb commented 3 years ago

This fixes https://github.com/RidgeRun/gst-interpipe/issues/92

mariannasb commented 2 years ago

This one looks good to me. I'm approving. Do you mind rebasing to the latest develop so I can merge in?

Done

mariannasb commented 2 years ago

Any updates on the progress?

StanJBrown2 commented 2 years ago

Hi, I have also hit the same bug due to this. Is there any update on when this fix will be merged, if ever?

michaelgruner commented 2 years ago

Yeah, sorry for my poor job and getting lost there. I just merged into develop. I'll absorb a few more pending branches and create a new release. Thanks again for your contribution.

eden-parallel commented 2 years ago

Do you know when this will be released? I'm also having the same problem.

jswang commented 1 year ago

Hi I have also run into this bug, is there a release date for this fix? Or a prebuilt binary we can use for now?