[Bug 754178] gst-discoverer doesn't detect both audio and video of RTSP streams
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Aug 27 21:24:24 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=754178
Vineeth <vineeth.tm at samsung.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vineeth.tm at samsung.com
--- Comment #1 from Vineeth <vineeth.tm at samsung.com> ---
the issue here is
in case of rtsp, it is adding audio and video streams in two different
decodebin
0:00:02.279963303 18739 0xb10020f0 DEBUG GST_PARENTAGE
gstbin.c:1302:gst_bin_add: adding element decodebin0 to bin uridecodebin0
0:00:02.325272571 18739 0xb10020f0 DEBUG GST_PARENTAGE
gstbin.c:1302:gst_bin_add: adding element rtph263pdepay0 to bin decodebin0
0:00:02.334828185 18739 0xb10020f0 DEBUG GST_PARENTAGE
gstbin.c:1302:gst_bin_add: adding element h263parse0 to bin decodebin0
0:00:02.374257166 18739 0xb10020f0 DEBUG GST_PARENTAGE
gstbin.c:1302:gst_bin_add: adding element avdec_h263-0 to bin decodebin0
0:00:02.610085720 18739 0xb6114ec0 DEBUG GST_PARENTAGE
gstbin.c:1302:gst_bin_add: adding element decodebin1 to bin uridecodebin0
0:00:02.633267848 18739 0xb6114ec0 DEBUG GST_PARENTAGE
gstbin.c:1302:gst_bin_add: adding element rtpmp4gdepay0 to bin decodebin1
0:00:02.646833310 18739 0xb6114ec0 DEBUG GST_PARENTAGE
gstbin.c:1302:gst_bin_add: adding element aacparse0 to bin decodebin1
0:00:02.693690282 18739 0xb6114ec0 DEBUG GST_PARENTAGE
gstbin.c:1302:gst_bin_add: adding element avdec_aac0 to bin decodebin1
So it always shows the latest added streams' topology.
probably we should merge the structures for both the stream topologies.
Not sure if this is the right way to proceed
--
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