[Bug 698851] playbin: ability to mix or play multiple audio and text streams simultaneously

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 28 13:11:07 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=698851
  GStreamer | gst-plugins-base | git

--- Comment #36 from Brendan Long <self at brendanlong.com> 2013-05-28 20:11:01 UTC ---
Using GST_DEBUG=adder:5,collectpads:5, and using `buf =
gst_buffer_new_wrapped(malloc0(2), 2)`, I get weird output like this:

> 0:00:00.035961553  6348 0x2ae864002e30 DEBUG            collectpads gstcollectpads.c:1995:gst_collect_pads_chain:<collectpads0> Queuing buffer 0x2ae864020690 for pad adder0:sink_1
> 0:00:00.047100120  6348 0x2ae864002e30 DEBUG            collectpads gstcollectpads.c:1295:gst_collect_pads_check_collected:<collectpads0> All active pads (2 + 0 >= 2) have data, calling gst_adder_collected
> 0:00:00.047208794  6348 0x2ae864002e30 DEBUG            collectpads gstcollectpads.c:1017:gst_collect_pads_available:<collectpads0> pad 0x2ae864033c00 has 0 bytes left
> 0:00:00.047279473  6348 0x2ae864002e30 DEBUG            collectpads gstcollectpads.c:1017:gst_collect_pads_available:<collectpads0> pad 0x2ae864036b10 has 0 bytes left
> 0:00:00.036270811  6348 0x2ae874003720 DEBUG                  adder gstadder.c:521:gst_adder_query_latency:<adder0> Calculated total latency: live no, min 0:00:00.000000000, max 99:99:99.999999999
> 0:00:00.047325568  6348 0x2ae864002e30 DEBUG                  adder gstadder.c:1356:gst_adder_collected:<adder0> no data available, must be EOS

collectpads has data so it calls gst_adder_collected, then in
gst_adder_collected, there's no data?

-- 
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