projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0e91fc
)
Use %03u instead of %u in gst_pad_create_stream_id_printf()
author
David Schleef
<ds@schleef.org>
Tue, 26 Mar 2013 01:06:39 +0000
(18:06 -0700)
committer
David Schleef
<ds@schleef.org>
Tue, 26 Mar 2013 02:01:31 +0000
(19:01 -0700)
ext/libav/gstavdemux.c
patch
|
blob
|
history
diff --git
a/ext/libav/gstavdemux.c
b/ext/libav/gstavdemux.c
index 9340ca997c8a8c89260b55346d76adb85cfb9b2d..de0341f155fd8ad97999554a7fd7a2506a88cc86 100644
(file)
--- a/
ext/libav/gstavdemux.c
+++ b/
ext/libav/gstavdemux.c
@@
-1002,7
+1002,7
@@
gst_ffmpegdemux_get_stream (GstFFMpegDemux * demux, AVStream * avstream)
stream_id =
- gst_pad_create_stream_id_printf (pad, GST_ELEMENT_CAST (demux), "%u",
+ gst_pad_create_stream_id_printf (pad, GST_ELEMENT_CAST (demux), "%
03
u",
avstream->index);
gst_pad_push_event (pad, gst_event_new_stream_start (stream_id));
g_free (stream_id);