[Bug 767811] udpsink stop works on Android 6.0

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Aug 13 06:09:37 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=767811

--- Comment #8 from Alexander <abobrikovich at gmail.com> ---
BTW both unicast and brodcast just didn't show any incomming data

gst-launch-1.0 -v -m udpsrc uri="udp://127.0.0.1:5004" ! audioconvert !
fakesink dump=true
gst-launch-1.0 -v -m udpsrc uri="udp://239.0.0.1:5004" ! audioconvert !
fakesink dump=true

Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Got message #6 from element "fakesink0" (state-changed):
GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL,
new-state=(GstState)GST_STATE_READY,
pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #7 from element "audioconvert0" (state-changed):
GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL,
new-state=(GstState)GST_STATE_READY,
pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #8 from element "udpsrc0" (state-changed): GstMessageStateChanged,
old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY,
pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #9 from element "pipeline0" (state-changed):
GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL,
new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PAUSED;
Got message #11 from element "audioconvert0" (state-changed):
GstMessageStateChanged, old-state=(GstState)GST_STATE_READY,
new-state=(GstState)GST_STATE_PAUSED,
pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #14 from pad "udpsrc0:src" (stream-status): GstMessageStreamStatus,
type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_CREATE,
owner=(GstElement)"\(GstUDPSrc\)\ udpsrc0", object=(GstTask)"\(GstTask\)\
udpsrc0:src";
Got message #15 from element "udpsrc0" (state-changed): GstMessageStateChanged,
old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED,
pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #16 from element "pipeline0" (state-changed):
GstMessageStateChanged, old-state=(GstState)GST_STATE_READY,
new-state=(GstState)GST_STATE_PAUSED,
pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #17 from pad "udpsrc0:src" (stream-status): GstMessageStreamStatus,
type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_ENTER,
owner=(GstElement)"\(GstUDPSrc\)\ udpsrc0", object=(GstTask)"\(GstTask\)\
udpsrc0:src";
Got message #18 from element "pipeline0" (stream-start): GstMessageStreamStart,
group-id=(uint)0;
Setting pipeline to PLAYING ...
Got message #21 from element "pipeline0" (new-clock): GstMessageNewClock,
clock=(GstClock)"\(GstSystemClock\)\ GstSystemClock";
New clock: GstSystemClock
Got message #23 from element "audioconvert0" (state-changed):
GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED,
new-state=(GstState)GST_STATE_PLAYING,
pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #24 from element "udpsrc0" (state-changed): GstMessageStateChanged,
old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING,
pending-state=(GstState)GST_STATE_VOID_PENDING;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list