[gstreamer-bugs] [Bug 384140] New: on playing a mp3 from a http src id3demux is called continually
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Sat Dec 9 11:11:15 PST 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=384140
GStreamer | gstreamer (core) | Ver: HEAD CVS
Summary: on playing a mp3 from a http src id3demux is called
continually
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: dev at netzflocken.de
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
Please describe the problem:
the command used is
$ gst-launch-0.10 playbin uri=http://host/file
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Caught interrupt -- handling interrupt.
Interrupt: Setting pipeline to PAUSED ...
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
>From my Python app:
Playing: http://192.168.213.200:30020/QejmeqSHLozklDpXBycN/12555
play <--
on_message <gst.Message GstMessageState, old-state=(GstState)GST_STATE_NULL,
new-state=(GstState)GST_STATE_READY,
pending-state=(GstState)GST_STATE_VOID_PENDING from player at 0x834e510>
on_message <gst.Message GstMessageState, old-state=(GstState)GST_STATE_NULL,
new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PAUSED
from test at 0x834e710>
on_message <gst.Message GstMessageState, old-state=(GstState)GST_STATE_NULL,
new-state=(GstState)GST_STATE_READY,
pending-state=(GstState)GST_STATE_VOID_PENDING from fakesink at 0x834e750>
on_message <gst.Message GstMessageState, old-state=(GstState)GST_STATE_NULL,
new-state=(GstState)GST_STATE_READY,
pending-state=(GstState)GST_STATE_VOID_PENDING from typefind at 0x834e790>
on_message <gst.Message GstMessageState, old-state=(GstState)GST_STATE_NULL,
new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PAUSED
from decodebin0 at 0x834e818>
on_message <gst.Message GstMessageState, old-state=(GstState)GST_STATE_READY,
new-state=(GstState)GST_STATE_PAUSED,
pending-state=(GstState)GST_STATE_VOID_PENDING from typefind at 0x834e858>
on_message <gst.Message GstMessageState, old-state=(GstState)GST_STATE_NULL,
new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PAUSED
from source at 0x834e898>
on_message <gst.Message GstMessageState, old-state=(GstState)GST_STATE_READY,
new-state=(GstState)GST_STATE_PAUSED,
pending-state=(GstState)GST_STATE_VOID_PENDING from source at 0x834e8d8>
on_message <gst.Message GstMessageState, old-state=(GstState)GST_STATE_NULL,
new-state=(GstState)GST_STATE_READY,
pending-state=(GstState)GST_STATE_VOID_PENDING from id3demux0 at 0x834ea98>
on_message <gst.Message GstMessageState, old-state=(GstState)GST_STATE_READY,
new-state=(GstState)GST_STATE_PAUSED,
pending-state=(GstState)GST_STATE_VOID_PENDING from id3demux0 at 0x834ead8>
on_message <gst.Message GstMessageState, old-state=(GstState)GST_STATE_NULL,
new-state=(GstState)GST_STATE_READY,
pending-state=(GstState)GST_STATE_VOID_PENDING from id3demux1 at 0x834eb18>
on_message <gst.Message GstMessageState, old-state=(GstState)GST_STATE_READY,
new-state=(GstState)GST_STATE_PAUSED,
pending-state=(GstState)GST_STATE_VOID_PENDING from id3demux1 at 0x834eb58>
on_message <gst.Message taglist, artist=(string)"Jimmy\ Somerville\ -\ Bronski\
Beat\ And\ The\ Communards", album=(string)"The\ very\ Best\ Of\ Jimmy\
Somerville\ -\ Bronski\ Beat\ And\ The\ Communards" from id3demux0 at
0x834eb98>
on_message <gst.Message GstMessageState, old-state=(GstState)GST_STATE_NULL,
new-state=(GstState)GST_STATE_READY,
pending-state=(GstState)GST_STATE_VOID_PENDING from id3demux2 at 0x840b800>
on_message <gst.Message GstMessageState, old-state=(GstState)GST_STATE_READY,
new-state=(GstState)GST_STATE_PAUSED,
pending-state=(GstState)GST_STATE_VOID_PENDING from id3demux2 at 0x840b840>
on_message <gst.Message taglist, artist=(string)"Jimmy\ Somerville\ -\ Bronski\
Beat\ And\ The\ Communards", album=(string)"The\ very\ Best\ Of\ Jimmy\
Somerville\ -\ Bronski\ Beat\ And\ The\ Communards" from id3demux1 at
0x840b880>
I'll attach a debug log from
GST_DEBUG_NO_COLOR=1 GST_DEBUG=*:5 gst-launch-0.10 playbin
uri=http://192.168.213.200:30020/QejmeqSHLozklDpXBycN/12555 2>dbg.log
as soon as I find out how I can do this.
Thx,
dev
Steps to reproduce:
1.
2.
3.
Actual results:
Expected results:
Does this happen every time?
yes
Other information:
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list