After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 575720 - on video-cd playbin2 playback attempts, video stream is sometimes found, sometimes not
on video-cd playbin2 playback attempts, video stream is sometimes found, some...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other All
: Normal major
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-17 17:11 UTC by Andreas Frisch
Modified: 2009-08-10 23:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas Frisch 2009-03-17 17:11:58 UTC
Please describe the problem:
two out of six tries, a playbin2 vcd playback worked with the video showing, the other 4 times, i got audio only

Steps to reproduce:
gst-launch playbin2 uri=vcd://

Actual results:
root@dm8000:~# gst-launch playbin2 uri=vcd://
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
WARNING: from element /GstPlayBin2:playbin20/GstPlaySink:playsink0: No volume control found
Additional debug info:
gstplaysink.c(1224): gen_audio_chain (): /GstPlayBin2:playbin20/GstPlaySink:playsink0:
Volume/mute is not available
MIMETYPE audio/mpeg version 1 layer 2
MIMETYPE video/mpeg1 -> VIDEO_SET_STREAMTYPE, 6
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
VIDEO_EVENT 1
VIDEO_EVENT 2
Caught interrupt -- handling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 15819044000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...
root@dm8000:~# gst-launch playbin2 uri=vcd://
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
WARNING: from element /GstPlayBin2:playbin20/GstPlaySink:playsink0: No volume control found
Additional debug info:
gstplaysink.c(1224): gen_audio_chain (): /GstPlayBin2:playbin20/GstPlaySink:playsink0:
Volume/mute is not available
MIMETYPE audio/mpeg version 1 layer 2
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Caught interrupt -- handling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 30799155000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...
root@dm8000:~# gst-launch playbin2 uri=vcd://
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
WARNING: from element /GstPlayBin2:playbin20/GstPlaySink:playsink0: No volume control found
Additional debug info:
gstplaysink.c(1224): gen_audio_chain (): /GstPlayBin2:playbin20/GstPlaySink:playsink0:
Volume/mute is not available
MIMETYPE audio/mpeg version 1 layer 2
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Caught interrupt -- handling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 3933144000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...
root@dm8000:~# gst-launch playbin2 uri=vcd://
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
WARNING: from element /GstPlayBin2:playbin20/GstPlaySink:playsink0: No volume control found
Additional debug info:
gstplaysink.c(1224): gen_audio_chain (): /GstPlayBin2:playbin20/GstPlaySink:playsink0:
Volume/mute is not available
MIMETYPE audio/mpeg version 1 layer 2
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Caught interrupt -- handling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 1373187000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...
root@dm8000:~# gst-launch playbin2 uri=vcd://
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
WARNING: from element /GstPlayBin2:playbin20/GstPlaySink:playsink0: No volume control found
Additional debug info:
gstplaysink.c(1224): gen_audio_chain (): /GstPlayBin2:playbin20/GstPlaySink:playsink0:
Volume/mute is not available
MIMETYPE audio/mpeg version 1 layer 2
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Caught interrupt -- handling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 664822000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...
root@dm8000:~# gst-launch playbin2 uri=vcd://
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
WARNING: from element /GstPlayBin2:playbin20/GstPlaySink:playsink0: No volume control found
Additional debug info:
gstplaysink.c(1224): gen_audio_chain (): /GstPlayBin2:playbin20/GstPlaySink:playsink0:
Volume/mute is not available
MIMETYPE video/mpeg1 -> VIDEO_SET_STREAMTYPE, 6
MIMETYPE audio/mpeg version 1 layer 2
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Caught interrupt -- handling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 15882466000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...
root@dm8000:~#


Expected results:
always find the video stream

Does this happen every time?
it fails ~2/3 of the times (statistically unascertained)

Other information:
according to wim, might be caused by a race condition cf. http://bugzilla.gnome.org/show_bug.cgi?id=575588
Comment 1 Wim Taymans 2009-03-17 18:13:15 UTC
Might be related to Bug #575588 try again with current git..
Comment 2 Andreas Frisch 2009-03-17 21:21:51 UTC
nope didn't solve it for me
Comment 3 Andreas Frisch 2009-03-24 09:41:14 UTC
works now! thank you.