From 9145d0135b1283b1f080feb8106329b441e23735 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 20 Jan 2003 19:36:46 +0000 Subject: Indexing patch from vishnu Original commit message from CVS: Indexing patch from vishnu --- examples/indexing/indexmpeg.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/indexing/indexmpeg.c b/examples/indexing/indexmpeg.c index a31f2a76..7540d163 100644 --- a/examples/indexing/indexmpeg.c +++ b/examples/indexing/indexmpeg.c @@ -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) { -- cgit v1.2.1