gdkpixbuf: re-enable already-ported gdkpixbuf element as gdkpixbufdec
[platform/upstream/gstreamer.git] / ext / gdk_pixbuf / Makefile.am
index ad7476d..0126231 100644 (file)
@@ -1,7 +1,17 @@
 plugin_LTLIBRARIES = libgstgdkpixbuf.la
 
-libgstgdkpixbuf_la_SOURCES = gstgdkpixbuf.c gstgdkpixbufsink.c pixbufscale.c \
-       gstgdkpixbufoverlay.c
+# pixbufscale.[ch] - not sure the world needs this
+#
+# gstgdkanimation.[ch] - GdkPixbuf animations decode everything from the start,
+# which means it's easy to make us go OOM with manipulated input, disabled
+
+# TO PORT:
+# gstgdkpixbufsink.c gstgdkpixbufoverlay.c
+# gstgdkpixbufsink.h gstgdkpixbufoverlay.h
+
+libgstgdkpixbuf_la_SOURCES = \
+       gstgdkpixbufplugin.c \
+       gstgdkpixbufdec.c
 libgstgdkpixbuf_la_CFLAGS = \
        $(GST_PLUGINS_BASE_CFLAGS) \
        $(GST_CONTROLLER_CFLAGS) \
@@ -16,8 +26,4 @@ libgstgdkpixbuf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 libgstgdkpixbuf_la_LIBTOOLFLAGS = --tag=disable-static
 
 noinst_HEADERS = \
-       gstgdkpixbuf.h \
-       gstgdkpixbufoverlay.h \
-       gstgdkpixbufsink.h \
-       pixbufscale.h \
-       gstgdkanimation.h
+       gstgdkpixbufdec.h