summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-04-14 11:35:52 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-04-14 11:35:52 +0000
commit69e113d4e5bcdc8bda07156e61b5d6e74a367fa3 (patch)
treeb68f962e6462621c7e2059f0c3f207315aca21a8 /gst
parente9db40dd53c0456e9885f10dc697d03ffb7f3724 (diff)
Fix the padtemplate names.
Original commit message from CVS: Fix the padtemplate names.
Diffstat (limited to 'gst')
-rw-r--r--gst/avi/gstavidemux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c
index f6ffc792..238cc5f3 100644
--- a/gst/avi/gstavidemux.c
+++ b/gst/avi/gstavidemux.c
@@ -72,7 +72,7 @@ GST_PAD_TEMPLATE_FACTORY (sink_templ,
)
GST_PAD_TEMPLATE_FACTORY (src_video_templ,
- "video_[00-32]",
+ "video_%02d",
GST_PAD_SRC,
GST_PAD_SOMETIMES,
GST_CAPS_NEW (
@@ -115,7 +115,7 @@ GST_PAD_TEMPLATE_FACTORY (src_video_templ,
)
GST_PAD_TEMPLATE_FACTORY (src_audio_templ,
- "audio_[00-32]",
+ "audio_%02d",
GST_PAD_SRC,
GST_PAD_SOMETIMES,
GST_CAPS_NEW (