s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes...
[platform/upstream/gstreamer.git] / gst / autoplug / gstspider.c
index ecc59c9..af3e374 100644 (file)
@@ -59,14 +59,14 @@ enum {
 
 /* generic templates */
 GST_PADTEMPLATE_FACTORY (spider_src_factory,
-  "src_%02d",
+  "src_%d",
   GST_PAD_SRC,
   GST_PAD_REQUEST,
   NULL      /* no caps */
 );
 
 GST_PADTEMPLATE_FACTORY (spider_sink_factory,
-  "sink_%02d",
+  "sink_%d",
   GST_PAD_SINK,
   GST_PAD_REQUEST,
   NULL      /* no caps */