mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
ef7a8c2ca8
On a device lost, all the surfaces allocated in the device need to be released before resetting the device, which can't be done for the allocated buffers. https://bugzilla.gnome.org/show_bug.cgi?id=706566
12 lines
572 B
Makefile
12 lines
572 B
Makefile
plugin_LTLIBRARIES = libgstd3dvideosink.la
|
|
|
|
libgstd3dvideosink_la_SOURCES = d3dvideosink.c d3dhelpers.c
|
|
libgstd3dvideosink_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(DIRECT3D_CFLAGS) $(DIRECTX_CFLAGS) \
|
|
-DDISABLE_BUFFER_POOL
|
|
libgstd3dvideosink_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
|
-lgstvideo-$(GST_API_VERSION) \
|
|
$(DIRECT3D_LIBS) $(DIRECTX_LDFAGS)
|
|
libgstd3dvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstd3dvideosink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = d3dvideosink.h d3dhelpers.h
|