mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
multifilesrc: quiet debugging
This commit is contained in:
parent
0446787e65
commit
2a83da13fc
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ gst_multi_file_src_get_filename (GstMultiFileSrc * multifilesrc)
|
|||
{
|
||||
gchar *filename;
|
||||
|
||||
GST_ERROR ("%d", multifilesrc->index);
|
||||
GST_DEBUG ("%d", multifilesrc->index);
|
||||
filename = g_strdup_printf (multifilesrc->filename, multifilesrc->index);
|
||||
|
||||
return filename;
|
||||
|
|
Loading…
Reference in a new issue