[devel] GStreamer element 'queue'

Motsyo Gennadi aka Drool motsyo на gmail.com
Вт Апр 12 22:09:39 UTC 2011


13.04.2011 00:58, Hihin Ruslan пишет:
>> checking for GStreamer-0.10 element queue... not found.
>> configure: error:
>>     GStreamer element 'queue' not found.
>>     This element is essential and ships with the GStreamer
>>       core, which we successfully checked for earlier, so
>>       something is not quite right. Check your installation!
>>       Try removing your registry cache like this:
> 
> А посмотрите - как он проверяет. что есть  queue? 
> Скорей всего просто не там ищет. 
> Как я понимаю, описание queue должно подключаться  файлом 
> /usr/include/gstreamer-0.10/gst/gst.h (или что-из этого пакета)
>    из gstreamer-devel-0.10.25-alt2 

	В config.log содержится копия вывода в консоль:
==========================================================
configure:23275: checking for GStreamer-0.10 element queue
configure:23282: result: not found.
configure:23291: error:
    GStreamer element 'queue' not found.
    This element is essential and ships with the GStreamer
      core, which we successfully checked for earlier, so
      something is not quite right. Check your installation!
      Try removing your registry cache like this:
        rm ~/.gstreamer-0.10/*xml
==========================================================

	В configure есть такое:
==========================================================
for coreelement in queue identity fakesink filesrc filesink
do

  th_gstmajmin_toolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-0.10`
  th_gstmajmin_inspect="$th_gstmajmin_toolsdir/gst-inspect-0.10"

  if test "x$th_gstmajmin_inspect" != "x"; then
    { echo "$as_me:$LINENO: checking for GStreamer-0.10 element
$coreelement" >&5
echo $ECHO_N "checking for GStreamer-0.10 element $coreelement...
$ECHO_C" >&6; }
    if  $th_gstmajmin_inspect $coreelement > /dev/null 2> /dev/null ; then
      { echo "$as_me:$LINENO: result: found." >&5
echo "${ECHO_T}found." >&6; }

    else
      { echo "$as_me:$LINENO: result: not found." >&5
echo "${ECHO_T}not found." >&6; }
      { { echo "$as_me:$LINENO: error:
    GStreamer element '$coreelement' not found.
    This element is essential and ships with the GStreamer
      core, which we successfully checked for earlier, so
      something is not quite right. Check your installation!
      Try removing your registry cache like this:
        rm ~/.gstreamer-0.10/*xml
     " >&5
echo "$as_me: error:
    GStreamer element '$coreelement' not found.
[skip]
==========================================================
Поиск по
apt-cache search inspect | grep gst
вообще ничего не находит.


Подробная информация о списке рассылки Devel