Bug 13267 - Не проигрывает ogg файлы размером меньше 7900 bytes
Summary: Не проигрывает ogg файлы размером меньше 7900 bytes
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: gst-plugins-base (show other bugs)
Version: unstable
Hardware: all Linux
: P2 blocker
Assignee: Igor Zubkov
QA Contact: qa-sisyphus
URL:
Keywords:
: 13265 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-10-31 10:20 MSK by Slava Dubrovskiy
Modified: 2008-01-09 13:57 MSK (History)
0 users

See Also:


Attachments
Не играет (7.48 KB, application/octet-stream)
2007-10-31 10:22 MSK, Slava Dubrovskiy
no flags Details
Играет (8.25 KB, application/octet-stream)
2007-10-31 10:24 MSK, Slava Dubrovskiy
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Slava Dubrovskiy 2007-10-31 10:20:03 MSK
gst-launch не проигрывает маленькие файлы, размером приблизительно до 7900 байт.
Проверял на ogg файлах из пакета gcompris-voices-ru.
$ rpm -qa | grep gst-plugins
libgst-plugins-0.10.14-alt1
gst-plugins-oss-0.10.6-alt1
gst-plugins-base-audio-filters-0.10.14-alt1
gst-plugins-alsa-0.10.14-alt1
gst-plugins-vorbis-0.10.14-alt1
gst-plugins-base-0.10.14-alt1
gst-plugins-ogg-0.10.14-alt1
gcompris-gst-plugins-8.4.2-alt1
gst-plugins-good-0.10.6-alt1

[slava@dubrhost ~]$ gst-launch filesrc
location=/usr/share/gcompris/boards/voices/ru/misc/quit.ogg ! oggdemux !
vorbisdec ! audioconvert ! audioresample ! alsasink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstAudioSinkClock
Got EOS from element "pipeline0".
Execution ended after 725567000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...

Это играет

[slava@dubrhost ~]$ gst-launch filesrc
location=/usr/share/gcompris/boards/voices/ru/misc/plus.ogg ! oggdemux !
vorbisdec ! audioconvert ! audioresample ! alsasink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...

(gst-launch-0.10:21544): GStreamer-CRITICAL **: gst_event_new_new_segment_full:
assertion `start <= stop' failed
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstAudioSinkClock
Got EOS from element "pipeline0".
Execution ended after 22239000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...

Это нет.

Из под xmms все файлы звук издают.
Steps to Reproduce:
1. apt-get install gcompris-voices-ru gcompris-gst-plugins
2. gst-launch filesrc
location=/usr/share/gcompris/boards/voices/ru/misc/plus.ogg ! oggdemux !
vorbisdec ! audioconvert ! audioresample ! alsasink
3.
Comment 1 Slava Dubrovskiy 2007-10-31 10:22:09 MSK
Created attachment 2244 [details]
Не играет
Comment 2 Slava Dubrovskiy 2007-10-31 10:24:20 MSK
Created attachment 2245 [details]
Играет
Comment 3 Slava Dubrovskiy 2007-10-31 10:28:37 MSK
*** Bug 13265 has been marked as a duplicate of this bug. ***
Comment 4 Slava Dubrovskiy 2007-11-16 12:20:56 MSK
http://bugzilla.gnome.org/show_bug.cgi?id=466717

I went on #gstreamer and got this anwser:
<__tim> bdoin: yes, fixed in the upcoming core/base 0.10.15 releases
(out tomorrow probably)
<thayta1> out in about an hour
Comment 5 Igor Zubkov 2008-01-09 13:48:45 MSK
Вообще-то, это не gstreamer, а gst-plugins-base. Перевесил.
Comment 6 Igor Zubkov 2008-01-09 13:49:36 MSK
fixed in gst-plugins-base-0.10.14-alt2.src.rpm
Comment 7 Slava Dubrovskiy 2008-01-09 13:57:34 MSK
Спасибо