gst-interpipe icon indicating copy to clipboard operation
gst-interpipe copied to clipboard

GStreamer plug-in for interpipeline communication

Results 74 gst-interpipe issues
Sort by recently updated
recently updated
newest added

Adding parent meta to the compensated buffers avoided upstream bufferpools from trying to recycle the buffers before the memory was unreferenced. Solving issue #131.

bug

## PC Test 1. Start GstD `GST_DEBUG=2,*perf*:6,*EVENT*:9 gstd` 2. Create a pipeline with SW encoder, SW decoder and interpipes, at a framerate of 30fps: ` gstd-client pipeline_create p0 videotestsrc is-live=true...

bug

This looks like similar issue to: https://github.com/RidgeRun/gst-interpipe/issues/134 The host/container architecture `x86_64/arm64` or `arm64/arm64` - the problem exists on both. During the build I **sometimes** see the failure: ``` make check-TESTS...

I use SEEK to loop the filesrc with success. But I use interpipe to have two pipeline branches after interpipe, it no longer works. I use seek in the pipeline...

- Add Debian package generation for gst-interpipes version 1.1.8 using meson as build-system - Fix issue when building the doc with meson using gtk-doc version 1.30 or higher (https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/40)

Dear Interpipe Team Thanks for the brilliant plugin Was just wondering if there is python support for this Gst plugin? I noticed a thread had already been started [here](https://github.com/RidgeRun/gst-interpipe/issues/4) where...

I added the files needed to create a deb package for the plugin.

Hello, I've been testing interpipe and running into some issues with a pipeline using a videorate element. For example: This works great! ``` gst-launch-1.0 videotestsrc ! interpipesink name=testsink \ interpipesrc...

When compensating timestamps a new writable buffer is created but there is no reference kept to the original buffer. This causes upstream bufferpools to try to recycle buffers but the...

bug