summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--po/POTFILES.in4
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40520bb8..27f264ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
+ * po/POTFILES.in:
+ Add v4l2 source files to list of files with translations, so the
+ strings are actually extracted (however bad they still may be).
+
+2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
+
* gst/videobox/gstvideobox.c: (gst_video_box_class_init):
Minor clean-ups: const-ify static array, remove trailing comma from
last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 2481392a..a764377d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -5,3 +5,7 @@ gst/avi/gstavimux.c
gst/wavparse/gstwavparse.c
sys/oss/gstossmixer.c
sys/ximage/gstximagesrc.c
+sys/v4l2/gstv4l2src.c
+sys/v4l2/gstv4l2xoverlay.c
+sys/v4l2/v4l2_calls.c
+sys/v4l2/v4l2src_calls.c