resindvd: Fix an oversight from updating the copy of basesrc
authorJan Schmidt <thaytan@noraisin.net>
Mon, 2 Nov 2009 10:20:40 +0000 (10:20 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Mon, 2 Nov 2009 10:22:41 +0000 (10:22 +0000)
Plugins need gst-i18n-plugin.h, not gst-i18n-lib.h

ext/resindvd/rsnbasesrc.c

index b1e8a44d41de9e5efaa84d0b807849b31049f617..965a5283ce140729de940d94faad325df88f5a65 100644 (file)
@@ -38,7 +38,7 @@
 #include "rsnbasesrc.h"
 #include <gst/base/gsttypefindhelper.h>
 #include <gst/gstmarshal.h>
-#include <gst/gst-i18n-lib.h>
+#include <gst/gst-i18n-plugin.h>
 
 GST_DEBUG_CATEGORY_STATIC (gst_base_src_debug);
 #define GST_CAT_DEFAULT gst_base_src_debug