[Bug 658924] [patch] fix gstbin's check of inner elements

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 19 01:03:54 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=658924
  GStreamer | gstreamer (core) | 0.10.31

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |slomo at circular-chaos.org
         Resolution|                            |NOTABUG

--- Comment #5 from Sebastian Dröge <slomo at circular-chaos.org> 2011-09-19 08:03:50 UTC ---
It's not allowed by gst_pad_link_full(). gst_pad_link_full() allows you to skip
some checks for performance reasons if you know what you're doing is correct
and will work. This situation can not happen in any valid situations and if
you're using gst_pad_link_full() in the wrong situations you will get many
different kinds of problems.

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