mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
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:
parent
4eec7e8947
commit
f7b832d19b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue