asfmux: consistent sscanf args usage
authorAndrey Sazonov <andrey.sazonov@intel.com>
Thu, 21 May 2020 11:20:39 +0000 (11:20 +0000)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 21 May 2020 20:37:49 +0000 (20:37 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1286>

gst/asfmux/gstasfmux.c

index dbc87ab..1e79c39 100644 (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));