[Bug 722767] gstelement: add function to sync element state with target state of the parent

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jan 25 10:54:29 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=722767
  GStreamer | gstreamer (core) | 1.x

Stefan Sauer (gstreamer, gtkdoc dev) <ensonic> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ensonic at sonicpulse.de

--- Comment #1 from Stefan Sauer (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2014-01-25 18:54:25 UTC ---
parent = GST_ELEMENT_CAST (gst_element_get_parent (element));

  if (element == NULL) {
    GST_DEBUG_OBJECT (element, "element has no parent");
    return FALSE;
  }

This should be: if (parent == NULL) { ...

In any way, please post this as a patch, so that we can properly review it :)

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