mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
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:
parent
9d8a3105ab
commit
d7cca01553
2 changed files with 8 additions and 1 deletions
|
@ -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>
|
2008-06-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
* gst/deinterlace2/tvtime/greedy.c:
|
* gst/deinterlace2/tvtime/greedy.c:
|
||||||
|
|
|
@ -37,7 +37,9 @@
|
||||||
#include "rsnbasesrc.h"
|
#include "rsnbasesrc.h"
|
||||||
#include <gst/base/gsttypefindhelper.h>
|
#include <gst/base/gsttypefindhelper.h>
|
||||||
#include <gst/gstmarshal.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);
|
GST_DEBUG_CATEGORY_STATIC (rsn_base_src_debug);
|
||||||
#define GST_CAT_DEFAULT rsn_base_src_debug
|
#define GST_CAT_DEFAULT rsn_base_src_debug
|
||||||
|
|
Loading…
Reference in a new issue