#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
+#include <locale.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
struct stat stat_buf;
+ setlocale (LC_ALL, "");
+
if(argc<4){
fprintf(stderr,"gst-complete called with invalid arguments\n");
exit(1);
# include "config.h"
#endif
+#include <locale.h>
+
#include <gst/gst.h>
GST_DEBUG_CATEGORY_STATIC(debug_compprep);
GParamSpec **property_specs;
guint num_properties,i;
+ setlocale (LC_ALL, "");
+
gst_init(&argc,&argv);
GST_DEBUG_CATEGORY_INIT (debug_compprep, "compprep", GST_DEBUG_BOLD, "gst-compprep application");
#include <signal.h>
#include <unistd.h>
#include <sys/wait.h>
+#include <locale.h>
+
#include <gst/gst.h>
/* FIXME: This is just a temporary hack. We should have a better
free (malloc (8)); /* -lefence */
+ setlocale(LC_ALL, "");
+
gst_alloc_trace_set_flags_all (GST_ALLOC_TRACE_LIVE);
gst_init_with_popt_table (&argc, &argv, options);
#include <string.h>
#include <stdlib.h>
#include <gst/gst.h>
+#include <locale.h>
static guint64 iterations = 0;
static guint64 sum = 0;
free (malloc (8)); /* -lefence */
+ setlocale (LC_ALL, "");
+
gst_init_with_popt_table (&argc, &argv, options);
/* make a null-terminated version of argv with ! md5sink appended
#include <unistd.h>
#include <string.h>
#include <errno.h>
+#include <locale.h>
extern gboolean _gst_registry_auto_load;
static gint num_features = 0;
GList *registries;
GList *path_spill = NULL; /* used for path spill from failing registries */
+ setlocale(LC_ALL, "");
+
/* Init gst */
_gst_registry_auto_load = FALSE;
gst_init (&argc, &argv);
#include <string.h>
#include <stdlib.h>
+#include <locale.h>
#include <gst/gst.h>
/*
GstElement *pipeline;
GstElement *source, *typefind;
+ setlocale (LC_ALL, "");
+
gst_init (&argc, &argv);
if (argc < 2) {
#include <gst/gst.h>
#include <gst/control/control.h>
#include <string.h>
+#include <locale.h>
#define PUT_START_TAG(pfx,tag) \
G_STMT_START{ \
POPT_TABLEEND
};
+ setlocale (LC_ALL, "");
+
gst_init_with_popt_table (&argc, &argv, options);
gst_control_init (&argc, &argv);