asfmux: consistent sscanf args usage

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1286>
This commit is contained in:
Andrey Sazonov 2020-05-21 11:20:39 +00:00 committed by GStreamer Merge Bot
parent d16367f046
commit d806dd2543

View file

@ -2282,7 +2282,7 @@ gst_asf_mux_request_new_pad (GstElement * element,
guint collect_size = 0;
gchar *name = NULL;
const gchar *pad_name = NULL;
gint pad_id;
guint pad_id;
GST_DEBUG_OBJECT (asfmux, "Requested pad: %s", GST_STR_NULL (req_name));