mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
camerabin: get rid of // comment and explain
This commit is contained in:
parent
5442a630ef
commit
293715f77a
1 changed files with 4 additions and 2 deletions
|
@ -90,8 +90,10 @@ capture_done (GstElement * elem, GString * filename, gpointer user_data)
|
||||||
|
|
||||||
if (continuous) {
|
if (continuous) {
|
||||||
g_string_assign (filename, make_test_seq_file_name (BURST_IMAGE_FILENAME));
|
g_string_assign (filename, make_test_seq_file_name (BURST_IMAGE_FILENAME));
|
||||||
//g_object_set (G_OBJECT (elem), "filename",
|
/* on needs to modify the pssed GString, the code below won't work
|
||||||
// make_test_seq_file_name (BURST_IMAGE_FILENAME), NULL);
|
g_object_set (G_OBJECT (elem), "filename",
|
||||||
|
make_test_seq_file_name (BURST_IMAGE_FILENAME), NULL);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
return continuous;
|
return continuous;
|
||||||
|
|
Loading…
Reference in a new issue