mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
camerabin-example: remove maemo comment and log filename
The maemo fixme is not needed anymore. Log the choosen filename to help people finding the files.
This commit is contained in:
parent
be12317653
commit
e2b3edbc97
1 changed files with 1 additions and 3 deletions
|
@ -191,15 +191,13 @@ set_filename (GString * name)
|
|||
}
|
||||
|
||||
if (datadir == NULL) {
|
||||
// FIXME: maemo
|
||||
//#define DEFAULT_IMAGEDIR "$HOME/MyDocs/.images/"
|
||||
//#define DEFAULT_VIDEODIR "$HOME/MyDocs/.videos/"
|
||||
gchar *curdir = g_get_current_dir ();
|
||||
g_string_prepend (name, curdir);
|
||||
g_free (curdir);
|
||||
} else {
|
||||
g_string_prepend (name, datadir);
|
||||
}
|
||||
GST_INFO ("capture to %s", name->str);
|
||||
}
|
||||
|
||||
/* Write raw image buffer to file if found from message */
|
||||
|
|
Loading…
Reference in a new issue