[gstreamer-bugs] [Bug 631574] Add GstFilters library to gst-plugins-base
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Dec 18 06:56:16 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=631574
GStreamer | gst-plugins-base | git
--- Comment #8 from Sebastian Dröge <slomo at circular-chaos.org> 2010-12-18 14:56:15 UTC ---
(In reply to comment #5)
> How would you suggest telling the elements in the filter manager about the
> changed source/sink ? The filters (and filter manager) have a _handle_message
> API method, so maybe sending some kind of message through that ?
I think the elements in the filter/filter manager shouldn't even notice that
the source/sink was replaced, other than maybe seeing a newsegment event. But
now that I looked at the docs of GstFilter it seems that this is only meant for
elements between the source and sink and not for the sinks/sources themselves.
In that case ignore it for now :)
What remains is that you need to tell newly added elements to a running
pipeline about the current running time, otherwise you're going to break QoS
and synchronization in some cases.
--
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