Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
bed0532c
Commit
bed0532c
authored
Jan 20, 2003
by
Wim Taymans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Indexing patch from vishnu
Original commit message from CVS: Indexing patch from vishnu
parent
0b921d32
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
common
common
+1
-1
examples/indexing/indexmpeg.c
examples/indexing/indexmpeg.c
+4
-0
tests/old/examples/indexing/indexmpeg.c
tests/old/examples/indexing/indexmpeg.c
+4
-0
No files found.
common
@
50879a63
Subproject commit
bbd74e96ef37a7d437930f85f939a6a7d36dd012
Subproject commit
50879a63c4fa8f2544d4d89a9dbfa0f5720c3266
examples/indexing/indexmpeg.c
View file @
bed0532c
...
...
@@ -153,6 +153,10 @@ make_mpeg_decoder_pipeline (const gchar *path, GstIndex *index)
audio_bin
=
gst_bin_new
(
"audio_bin"
);
audio_decoder
=
gst_element_factory_make
(
"mad"
,
"audio_decoder"
);
setup_dynamic_linking
(
pipeline
,
demux
,
"audio_00"
,
gst_element_get_pad
(
audio_decoder
,
"sink"
),
audio_bin
,
index
);
gst_bin_add
(
GST_BIN
(
audio_bin
),
audio_decoder
);
if
(
index
)
{
...
...
tests/old/examples/indexing/indexmpeg.c
View file @
bed0532c
...
...
@@ -153,6 +153,10 @@ make_mpeg_decoder_pipeline (const gchar *path, GstIndex *index)
audio_bin
=
gst_bin_new
(
"audio_bin"
);
audio_decoder
=
gst_element_factory_make
(
"mad"
,
"audio_decoder"
);
setup_dynamic_linking
(
pipeline
,
demux
,
"audio_00"
,
gst_element_get_pad
(
audio_decoder
,
"sink"
),
audio_bin
,
index
);
gst_bin_add
(
GST_BIN
(
audio_bin
),
audio_decoder
);
if
(
index
)
{
...
...
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