[Bug 760477] Stream stops playing after a while.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jan 12 06:12:07 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=760477
--- Comment #23 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Just adding some context to this change:
accept-caps query are shallow checks, they only verify that the next element in
the pipeline branch accepts that caps. So if you have some other element
further downstream it will be ignored by accept-caps queries. Using a caps
query makes sure that it will consider the whole pipeline branch.
For example, if you have:
capsfilter caps=ANY ! videosink
an accept-caps query in capsfilter's sink pad will always accept any type of
caps. In this case what we really want is to know what videosink actually can
support so a caps query is needed.
--
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