mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
asfmux: consistent sscanf args usage
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1286>
This commit is contained in:
parent
d16367f046
commit
d806dd2543
1 changed files with 1 additions and 1 deletions
|
@ -2282,7 +2282,7 @@ gst_asf_mux_request_new_pad (GstElement * element,
|
||||||
guint collect_size = 0;
|
guint collect_size = 0;
|
||||||
gchar *name = NULL;
|
gchar *name = NULL;
|
||||||
const gchar *pad_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));
|
GST_DEBUG_OBJECT (asfmux, "Requested pad: %s", GST_STR_NULL (req_name));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue