mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
registrychunks: Use the correct variable for debug message
Debug print was using a variable that was not initialized.
This commit is contained in:
parent
65356fbb7a
commit
c5888dc6cf
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ gst_registry_chunks_load_feature (GstRegistry * registry, gchar ** in,
|
|||
if (!factory->meta_data) {
|
||||
GST_ERROR
|
||||
("Error when trying to deserialize structure for metadata '%s'",
|
||||
str);
|
||||
meta_data_str);
|
||||
goto fail;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue