diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-22 14:37:43 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-22 14:37:43 +0000 |
commit | efaa7abf77373b95e8cbbed4f651d017975eb518 (patch) | |
tree | 84095af70d3cbdcd3115fe0315b539212eeb44a9 /examples | |
parent | 6fc1e27bd88db652d47ac0c2ab05688af7e891b0 (diff) | |
download | gst-plugins-bad-efaa7abf77373b95e8cbbed4f651d017975eb518.tar.gz gst-plugins-bad-efaa7abf77373b95e8cbbed4f651d017975eb518.tar.bz2 gst-plugins-bad-efaa7abf77373b95e8cbbed4f651d017975eb518.zip |
Think Sane Default
Original commit message from CVS:
Think Sane Default
Diffstat (limited to 'examples')
-rw-r--r-- | examples/indexing/indexmpeg.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/indexing/indexmpeg.c b/examples/indexing/indexmpeg.c index 7540d163..a31f2a76 100644 --- a/examples/indexing/indexmpeg.c +++ b/examples/indexing/indexmpeg.c @@ -153,10 +153,6 @@ 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) { |