mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
filesink: use GST_INFO_OBJECT for more detail
Helps to distiguish multiple filesinks.
This commit is contained in:
parent
62bd514c8e
commit
3ee4d608c2
1 changed files with 2 additions and 2 deletions
|
@ -292,8 +292,8 @@ gst_file_sink_set_location (GstFileSink * sink, const gchar * location,
|
|||
* this should be in UTF8 */
|
||||
sink->filename = g_strdup (location);
|
||||
sink->uri = gst_filename_to_uri (location, NULL);
|
||||
GST_INFO ("filename : %s", sink->filename);
|
||||
GST_INFO ("uri : %s", sink->uri);
|
||||
GST_INFO_OBJECT (sink, "filename : %s", sink->filename);
|
||||
GST_INFO_OBJECT (sink, "uri : %s", sink->uri);
|
||||
} else {
|
||||
sink->filename = NULL;
|
||||
sink->uri = NULL;
|
||||
|
|
Loading…
Reference in a new issue