Freescale / gstreamer-imx

GStreamer 1.0 plugins for i.MX platforms
Other
184 stars 127 forks source link

Fix integration with GStreamer 1.14 #229

Closed studer-l closed 5 years ago

studer-l commented 5 years ago

In GStreamer 1.14 the GstPhysMemoryAllocator interface moved from -bad to -base.

Fixes /issues/228

dv1 commented 5 years ago

Unfortunately, this breaks integration with GStreamer pre-1.14. The GStreamer version would have to be checked.

I do not recommend pursuing this though, since the upcoming gstreamer-imx version 2.0.0 anyway requires GStreamer 1.14 as minimum.

philn commented 5 years ago

GStreamer pre-1.14 is no longer maintained. It's not even sure there would be a 1.14.5 release. So I would approve a PR fixing #228, even if it breaks older versions.