[Bug 741542] videodecoder / audio decoder no need to send GST_ELEMENT_ERROR when track corrupt

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 8 05:06:52 PST 2015


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

--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2015-01-08 13:06:50 UTC ---
There currently is no mechanism to ignore errors in specific parts of the
pipeline, especially not inside automatically created pipelines like
decodebin/playbin.
What you described is not really a solution to this problem either as it will
not allow to detect errors from the application.


If you have a manual pipeline you can do that by ignoring ERROR messages from
specific parts of your pipeline, ignoring GST_FLOW_ERROR and unlinking broken
pipeline parts.

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