X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fautoplug%2Fgstspider.c;h=af3e374f3cb0aaaccc818d1594f51c24bc2944d0;hb=a43fadec2ebdd16449f8d080fc6ae026beef05d5;hp=ecc59c9b3fea823b0012e8374ca603aee83b2d16;hpb=8087b55e474fb5ff11b51bae8213ff071850fe38;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/autoplug/gstspider.c b/gst/autoplug/gstspider.c index ecc59c9..af3e374 100644 --- a/gst/autoplug/gstspider.c +++ b/gst/autoplug/gstspider.c @@ -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 */