mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
rpicamsrc: deviceprovider: hook up i18n properly
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/682>
This commit is contained in:
parent
7861f17bd7
commit
428c545e06
2 changed files with 2 additions and 2 deletions
|
@ -20,6 +20,7 @@ sys/oss4/oss4-source.c
|
|||
sys/oss/gstosssink.c
|
||||
sys/oss/gstosssrc.c
|
||||
sys/osxaudio/gstosxaudioringbuffer.c
|
||||
sys/rpicamsrc/gstrpicamsrcdeviceprovider.c
|
||||
sys/v4l2/gstv4l2bufferpool.c
|
||||
sys/v4l2/gstv4l2object.c
|
||||
sys/v4l2/gstv4l2radio.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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue