ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] GStreamer element 'queue'
@ 2011-04-12 21:34 Motsyo Gennadi aka Drool
  2011-04-12 21:58 ` Hihin Ruslan
  2011-04-12 23:58 ` Motsyo Gennadi aka Drool
  0 siblings, 2 replies; 5+ messages in thread
From: Motsyo Gennadi aka Drool @ 2011-04-12 21:34 UTC (permalink / raw)
  To: ALT Devel discussion list

	Приветствую!

	Собираю софтинку: http://thoggen.net
Постепенно доустанавливаю сборочные зависимости, но споткнулся на таком:
========================================================
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:
        rm ~/.gstreamer-0.10/*xml
========================================================
rpm -qa | grep gst
libgst-plugins-0.10.25-alt2
gstreamer-0.10.25-alt2
gst-plugins-bad-0.10.16-alt1
gst-plugins-ugly-0.10.13-alt1
gst-plugins-good-0.10.16-alt1
libgstreamer-0.10.25-alt2
gstreamer-devel-0.10.25-alt2
gst-plugins-devel-0.10.25-alt2
gst-plugins-all-0.10.0-alt2
gst-plugins-base-0.10.25-alt2

	В данный момент идей нет чего ей не хватает. Гугль не просветил.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] GStreamer element 'queue'
  2011-04-12 21:34 [devel] GStreamer element 'queue' Motsyo Gennadi aka Drool
@ 2011-04-12 21:58 ` Hihin Ruslan
  2011-04-12 22:09   ` Motsyo Gennadi aka Drool
  2011-04-12 23:58 ` Motsyo Gennadi aka Drool
  1 sibling, 1 reply; 5+ messages in thread
From: Hihin Ruslan @ 2011-04-12 21:58 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1121 bytes --]

Здравствуйте Motsyo Gennadi aka Drool
  В сообщении от 13 апреля 2011 Motsyo Gennadi aka Drool 
написал(a):
> остепенно доустанавливаю сборочные зависимости, но споткнулся
> на таком:
> ========================================================
> 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 
-- 
  А ещё говорят так  (fortune):
 
Yes, I've now got this nice little apartment in New York, one of 
those L-shaped ones. Unfortunately, it's a lower case l. -- Rita 
Rudner 
________________________________________________________________________
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] GStreamer element 'queue'
  2011-04-12 21:58 ` Hihin Ruslan
@ 2011-04-12 22:09   ` Motsyo Gennadi aka Drool
  0 siblings, 0 replies; 5+ messages in thread
From: Motsyo Gennadi aka Drool @ 2011-04-12 22:09 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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
вообще ничего не находит.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] GStreamer element 'queue'
  2011-04-12 21:34 [devel] GStreamer element 'queue' Motsyo Gennadi aka Drool
  2011-04-12 21:58 ` Hihin Ruslan
@ 2011-04-12 23:58 ` Motsyo Gennadi aka Drool
  2011-04-13  4:02   ` Hihin Ruslan
  1 sibling, 1 reply; 5+ messages in thread
From: Motsyo Gennadi aka Drool @ 2011-04-12 23:58 UTC (permalink / raw)
  To: ALT Linux Team development discussions

13.04.2011 00:34, Motsyo Gennadi aka Drool пишет:
> 	Приветствую!
> 
> 	Собираю софтинку: http://thoggen.net
> Постепенно доустанавливаю сборочные зависимости, но споткнулся на таком:

	Вопрос закрыт - распотрошил пакет от федоры и запустил их бинарник. В
итоге желаемая софтина оказалась унылой погремушкой.

P.S. На данный момент очень плохо с софтом, которым можна сделать
качественный DVDRip в h264 или theora, с полиморфным видео.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] GStreamer element 'queue'
  2011-04-12 23:58 ` Motsyo Gennadi aka Drool
@ 2011-04-13  4:02   ` Hihin Ruslan
  0 siblings, 0 replies; 5+ messages in thread
From: Hihin Ruslan @ 2011-04-13  4:02 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 387 bytes --]

Здравствуйте Motsyo Gennadi aka Drool
  В сообщении от 13 апреля 2011 Motsyo Gennadi aka Drool 
написал(a):
>  На данный момент очень плохо с софтом, которым можна сделать
> качественный DVDRip в h264 или theora, с полиморфным видео.

Это да. 

-- 
  А ещё говорят так  (fortune):
 
Huh? 
________________________________________________________________________
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-04-13  4:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-12 21:34 [devel] GStreamer element 'queue' Motsyo Gennadi aka Drool
2011-04-12 21:58 ` Hihin Ruslan
2011-04-12 22:09   ` Motsyo Gennadi aka Drool
2011-04-12 23:58 ` Motsyo Gennadi aka Drool
2011-04-13  4:02   ` Hihin Ruslan

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git