summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gst/y4m/Makefile.am2
-rw-r--r--gst/y4m/gsty4mencode.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/y4m/Makefile.am b/gst/y4m/Makefile.am
index 5b92bf6d..c1f1d345 100644
--- a/gst/y4m/Makefile.am
+++ b/gst/y4m/Makefile.am
@@ -1,6 +1,6 @@
plugindir = $(libdir)/gst
-filter_LTLIBRARIES = libgsty4mencode.la
+plugin_LTLIBRARIES = libgsty4mencode.la
libgsty4mencode_la_SOURCES = gsty4mencode.c
libgsty4mencode_la_CFLAGS = $(GST_CFLAGS)
diff --git a/gst/y4m/gsty4mencode.c b/gst/y4m/gsty4mencode.c
index 28a0704e..69fc58dc 100644
--- a/gst/y4m/gsty4mencode.c
+++ b/gst/y4m/gsty4mencode.c
@@ -19,7 +19,7 @@
#include <string.h>
#include <gst/gst.h>
-#include "gstlavencode.h"
+#include "gsty4mencode.h"
static GstElementDetails lavencode_details = {
"LavEncode",