resindvd: Fix an oversight from updating the copy of basesrc

Plugins need gst-i18n-plugin.h, not gst-i18n-lib.h
This commit is contained in:
Jan Schmidt 2009-11-02 10:20:40 +00:00
parent 4eec7e8947
commit f7b832d19b

View 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