Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gst-libav
Commits
f656d9ea
Commit
f656d9ea
authored
Mar 25, 2013
by
David Schleef
Browse files
Use %03u instead of %u in gst_pad_create_stream_id_printf()
parent
e0e91fc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext/libav/gstavdemux.c
View file @
f656d9ea
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment