[Bug 737293] dashdemux: fix gst_mpdparser_get_rep_idx_with_max_bandwidth return

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Nov 17 15:43:21 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=737293
  GStreamer | gst-plugins-bad | 1.4.1

--- Comment #20 from Brendan Long <self at brendanlong.com> 2014-11-17 23:43:16 UTC ---
Right now we create the sources for each stream with:

    stream->src = gst_element_make_from_uri (GST_URI_SRC, uri, NULL, NULL);

We could just directly request a souphttpsrc here (I think those handle files
too?). Or we could ask the source if it supports this, maybe by adding a
property with the currently detected bandwidth, and assume any source with that
property is also sending the event.

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