gstreamer-imx icon indicating copy to clipboard operation
gstreamer-imx copied to clipboard

GStreamer 1.0 plugins for i.MX platforms

Results 21 gstreamer-imx issues
Sort by recently updated
recently updated
newest added

When encoding video on the imx8m-mini to go over an RF link we use 2mbps as our default bitrate. On average we see 2mbps but we have very high spikes...

When I try to decode a JPEG stream (from a USB camera or file) and the image width does not match the row stride alignment of 128 pixels, I get...

I'm running into an issue decoding my RTSP stream with certain endpoints. I originally thought it was an issue with the endpoints, as it would work with many different tools,...

I tried to upgrade my 4.14 based system to [linux 5.15](https://github.com/TechNexion/linux-tn-imx/commit/6bcae12379e7e51144b99a4f36c5f27b0ae521a6). As I read in change logs here and there that gstreamer-imx and underlaying components (latest available versions from github)...

Provides a default package name and export list of plugins. This allows easy testing with a gstreamer devenv build.

Handling *accept-caps* improves pipeline caps negotiation and seems to be required for gap-less playback in Gstreamer 1.24. `gst_video_decoder_set_needs_format()` just formalizes and ensures `handle_frame()` isn't called before `set_format()`. This ensures the...

I've reported bug against GStreamer about VSYNC tearing on IMX8MM (https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues/1006) and wanted to try out sink from `gstreamer-imx` as an alternative, but this simple pipeline just crashes: ``` #...

Hello, I want gstreamer-imx which can encode MPEG-2 video to H.264 on I.MX8M/Android. It is because the Webview (or any other web-browsers) can't display MPEG-2 stream directly. But the gstreamer-imx...

Hello, imxvpudec_jpeg (83% CPU) consumes more CPU than jpegdec (67% CPU), what could be the reason? I was expecting the opposite. **imxvpudec_jpeg**: PID USER PRI NI VIRT RES SHR S...

I'm running into an issue with the FOV on my system with the OV5640, and was looking through the datasheet and noticed that the first two format modes don't appear...