[Bug 701999] New: Sticky event misordering, got 'segment' before 'caps'
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jun 11 03:30:21 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=701999
GStreamer | gstreamer (core) | git
Summary: Sticky event misordering, got 'segment' before 'caps'
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: ceca_89 at hotmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Hello,
updating to the latest git version from 0.10 version the same command:
"gst-launch-1.0 rtspsrc location=rtsp://192.168.0.253/ch0_0.h264 !
application/x-rtp,media=video ! decodebin ! videoscale ! v4l2sink
device=/dev/video0"
Don't works more, this is the output:
[BEGIN]
root at testingVM:~# gst-launch-1.0 rtspsrc
location=rtsp://192.168.0.253:554/ch0_0.h264 ! application/x-rtp,media=video !
decodebin ! videoscale ! v4l2sink device=/dev/video0
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Progress: (open) Opening Stream
Progress: (connect) Connecting to rtsp://192.168.0.253:554/ch0_0.h264
Progress: (open) Retrieving server options
Progress: (open) Retrieving media info
Progress: (request) SETUP stream 0
Progress: (request) SETUP stream 1
Progress: (open) Opened Stream
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Progress: (request) Sending PLAY request
Progress: (request) Sending PLAY request
Progress: (request) Sent PLAY request
(gst-launch-1.0:2095): GStreamer-WARNING **:
gstpad.c:4503:store_sticky_event:<'':src_8> Sticky event misordering, got
'segment' before 'caps'
(gst-launch-1.0:2095): GStreamer-WARNING **:
gstpad.c:4503:store_sticky_event:<'':src_96> Sticky event misordering, got
'segment' before 'caps'
0:00:00.973715955 2095 0x1d37190 ERROR libav :0:: no frame!
0:00:01.191499174 2095 0x1d37190 ERROR v4l2
gstv4l2bufferpool.c:536:gst_v4l2_buffer_pool_start:<v4l2bufferpool0> failed to
start streaming
0:00:01.191874877 2095 0x1d37190 ERROR bufferpool
gstbufferpool.c:491:gst_buffer_pool_set_active:<v4l2bufferpool0> start
failed
(gst-launch-1.0:2095): GStreamer-CRITICAL **: gst_segment_to_stream_time:
assertion `segment->format == format' failed
(gst-launch-1.0:2095): GStreamer-CRITICAL **: gst_segment_to_running_time:
assertion `segment->format == format' failed
[END]
I think it's a bug because it worked with older versions.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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