WARN message convert_taps_gint16_c: can't find exact taps and pipeline freeze

Jack jack at rybn.org
Sat Jul 25 13:55:00 UTC 2020


There was a problem with the samplerate in the pipeline :

audiotestsrc wave=sine is-live=true ! audioconvert ! audioresample !
queue ! audiomixer ! tee ! queue ! audioconvert ! audioresample ! pulsesink

I change the value and now the pipeline is OK when I add the Bin :

queue ! volume ! audiopanorama ! audioconvert ! audioresample ! shout2send

and connect it to the "tee" element : no more freeze :)
++

Jack



Le 23/07/2020 à 19:05, Jack a écrit :
> Hum, even with :
> 
> audiotestsrc wave=sine is-live=false
> 
> I can't listen anymore my sine when I add the Bin to the pipeline.
> 
> This pipeline looks simple, then why my sine cut when I add this Bin ?
> That is the question.
> 
> Any proposal is welcome !
> 
> ++
> 
> Jack
> 
> 
> 
> Le 23/07/2020 à 09:54, Jack a écrit :
>> Hello Vinod,
>>
>> Yes the Bin I add to the "tee" start with a "queue". Here the Bin :
>>
>> queue ! volume ! audiopanorama ! audioconvert ! audioresample ! shout2send
>>
>> Do you have an idea ?
>> ++
>>
>> Jack
>>
>>
>>
>> Le 23/07/2020 à 08:06, Vinod Kesti a écrit :
>>> Those tap warnigns you can neglect. 
>>> Have you put queue after the tee ??
>>>
>>> Below pipekine is working for me. I did not have pulse and other sink so
>>> replaced with fakesink. 
>>> gst-launch-1.0 audiotestsrc wave=sine is-live=true ! audioconvert !
>>> audioresample ! queue ! audiomixer ! tee name=t t.! queue ! audioconvert !
>>> audioresample ! fakesink t.! queue ! volume ! audiopanorama ! audioconvert !
>>> audioresample ! fakesink --gst-debug=2
>>> Setting pipeline to PAUSED ...
>>> 0:00:00.074289300 20184 0000000002EC1CC0 WARN              aggregator
>>> gstaggregator.c:1901:gst_aggregator_query_latency_unlocked:<audiomixer0>
>>> Latency query failed
>>> Pipeline is live and does not need PREROLL ...
>>> 0:00:00.077887600 20184 0000000002EC1D00 WARN         audio-resampler
>>> audio-resampler.c:275:convert_taps_gint32_c: can't find exact taps
>>> Pipeline is PREROLLED ...
>>> Setting pipeline to PLAYING ...
>>> New clock: GstSystemClock
>>> 0:00:00.095252200 20184 0000000002EC1C40 WARN         audio-resampler
>>> audio-resampler.c:274:convert_taps_gint16_c: can't find exact taps
>>> 0:00:00.095264900 20184 0000000002EC1B40 WARN         audio-resampler
>>> audio-resampler.c:274:convert_taps_gint16_c: can't find exact taps
>>> handling interrupt.9.
>>> Interrupt: Stopping pipeline ...
>>> Execution ended after 0:00:07.261243500
>>> Setting pipeline to NULL ...
>>> Freeing pipeline ...
>>>
>>>
>>>
>>>
>>> --
>>> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
>>> _______________________________________________
>>> gstreamer-devel mailing list
>>> gstreamer-devel at lists.freedesktop.org
>>> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>>
>>
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>
> 
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
> 



More information about the gstreamer-devel mailing list