ext/resindvd/rsnbasesrc.c: Use the right i18n header.

Original commit message from CVS:
* ext/resindvd/rsnbasesrc.c:
Use the right i18n header.
This commit is contained in:
Stefan Kost 2008-06-21 21:20:24 +00:00
parent 9d8a3105ab
commit d7cca01553
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-06-22 Stefan Kost <ensonic@users.sf.net>
* ext/resindvd/rsnbasesrc.c:
Use the right i18n header.
2008-06-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/deinterlace2/tvtime/greedy.c:

View file

@ -37,7 +37,9 @@
#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 (rsn_base_src_debug);
#define GST_CAT_DEFAULT rsn_base_src_debug