mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 20:25:25 +00:00
qglwtextureshare now works again. In this example, the pipeline is src ! glupload ! fakesink. So in this case the glupload element is a sink in terms of gl chain. But the problem is still there if the pipeline is src ! glupload ! glfilter ! fakesink (it's the case in sdlshare and cluttershare examples) because since recent changes about how the gstgldisplay is transmitted to the gl element, the context is usually created by the sink in terms of gl chain. A solution would be to also install this property on glfilter. |
||
---|---|---|
.. | ||
effects | ||
BUGS | ||
CMakeLists.txt | ||
gltestsrc.c | ||
gltestsrc.h | ||
GNUmakefile.gnustep | ||
gstglbumper.c | ||
gstglbumper.h | ||
gstglcolorscale.c | ||
gstglcolorscale.h | ||
gstgldeinterlace.c | ||
gstgldeinterlace.h | ||
gstgldifferencematte.c | ||
gstgldifferencematte.h | ||
gstgldownload.c | ||
gstgldownload.h | ||
gstgleffects.c | ||
gstgleffects.h | ||
gstglfilterapp.c | ||
gstglfilterapp.h | ||
gstglfilterblur.c | ||
gstglfilterblur.h | ||
gstglfiltercube.c | ||
gstglfiltercube.h | ||
gstglfilterglass.c | ||
gstglfilterglass.h | ||
gstglfilterlaplacian.c | ||
gstglfilterlaplacian.h | ||
gstglfiltersobel.c | ||
gstglfiltersobel.h | ||
gstglimagesink.c | ||
gstglimagesink.h | ||
gstglmosaic.c | ||
gstglmosaic.h | ||
gstgloverlay.c | ||
gstgloverlay.h | ||
gstgltestsrc.c | ||
gstgltestsrc.h | ||
gstglupload.c | ||
gstglupload.h | ||
gstopengl.c | ||
Makefile.am |