Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-07-13 19:01:42 +0300
committerTim-Philipp Müller <tim@centricular.com>2020-07-23 21:09:56 +0300
commit428c545e06149c00d7a125da8fbbabf59ed715e4 (patch)
tree8a47b8040af6150c8589673e7afc8b474f2c1048 /sys
parent7861f17bd74d4a9ddfb571635eb5d5df24d004b1 (diff)
rpicamsrc: deviceprovider: hook up i18n properly
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/682>
Diffstat (limited to 'sys')
-rw-r--r--sys/rpicamsrc/gstrpicamsrcdeviceprovider.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/rpicamsrc/gstrpicamsrcdeviceprovider.c b/sys/rpicamsrc/gstrpicamsrcdeviceprovider.c
index c89cc081f..0a5b82ca8 100644
--- a/sys/rpicamsrc/gstrpicamsrcdeviceprovider.c
+++ b/sys/rpicamsrc/gstrpicamsrcdeviceprovider.c
@@ -27,8 +27,7 @@
#include "RaspiCapture.h"
-/* FIXME: translations */
-#define _(s) s
+#include <gst/gst-i18n-plugin.h>
static GstRpiCamSrcDevice *gst_rpi_cam_src_device_new (void);