diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | gst/avi/gstavimux.c | 2 | ||||
-rw-r--r-- | sys/oss/gstosselement.c | 2 |
3 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ +2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org> + + * gst/avi/gstavimux.c: + * ext/audiofile/gstafsink.c: + * ext/audiofile/gstafsrc.c: + * ext/gnomevfs/gstgnomevfssink.c: + * ext/gnomevfs/gstgnomevfssrc.c: + * sys/oss/gstosselement.c: + * sys/v4l/v4l_calls.h: + fix i18n include + 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org> * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities), diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c index d4acc2b5..bac74d14 100644 --- a/gst/avi/gstavimux.c +++ b/gst/avi/gstavimux.c @@ -29,7 +29,7 @@ #include "config.h" #endif -#include "gst-libs/gst/gst-i18n-plugin.h" +#include "gst/gst-i18n-plugin.h" #include <stdlib.h> #include <string.h> diff --git a/sys/oss/gstosselement.c b/sys/oss/gstosselement.c index c2774856..b0b186c9 100644 --- a/sys/oss/gstosselement.c +++ b/sys/oss/gstosselement.c @@ -24,7 +24,7 @@ #include "config.h" #endif -#include "gst-libs/gst/gst-i18n-plugin.h" +#include "gst/gst-i18n-plugin.h" #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> |