projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eec7e8
)
resindvd: Fix an oversight from updating the copy of basesrc
author
Jan Schmidt
<thaytan@noraisin.net>
Mon, 2 Nov 2009 10:20:40 +0000
(10:20 +0000)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/ext/resindvd/rsnbasesrc.c
b/ext/resindvd/rsnbasesrc.c
index b1e8a44d41de9e5efaa84d0b807849b31049f617..965a5283ce140729de940d94faad325df88f5a65 100644
(file)
--- a/
ext/resindvd/rsnbasesrc.c
+++ b/
ext/resindvd/rsnbasesrc.c
@@
-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