[Bug 794168] streamiddemux: Not settings caps before adding pads
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Mar 19 05:07:02 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=794168
--- Comment #5 from Vinod Kesti <vinodkesti at yahoo.com> ---
Created attachment 369853
--> https://bugzilla.gnome.org/attachment.cgi?id=369853&action=edit
Application written using GST APIs
Continued ..
Sebastian Dröge,
I missed the pipeline details and test case in the patch description. Adding
those details here.
The patch is not working for below gst-launch pipeline. But it works for same
pipeline if it is created using GST APIs(Test case is attached).
gst-launch-1.0 \
videotestsrc is-live=true ! queue ! fun.sink_0 \
audiotestsrc is-live=true ! queue ! fun.sink_1 \
funnel name=fun ! queue ! streamiddemux name=sid \
sid.! video/x-raw ! queue ! videoconvert ! mux. \
sid.! audio/x-raw ! queue ! audioconvert ! mux. \
mpegtsmux name=mux ! fakesink --gst-debug=2
Please review the patch and let me know your comments.
Regards,
Vinod Kesti
--
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