[Bug 738202] funnel: Does not forward sticky events if no data was received

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Nov 26 13:24:26 PST 2014


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

Olivier CrĂȘte <olivier.crete> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #291514|none                        |needs-work
             status|                            |

--- Comment #5 from Olivier CrĂȘte <olivier.crete at ocrete.ca> 2014-11-26 21:24:19 UTC ---
Review of attachment 291514:
 --> (https://bugzilla.gnome.org/review?bug=738202&attachment=291514)

::: plugins/elements/gstfunnel.c
@@ +311,3 @@
     } else if (pad != funnel->last_sinkpad) {
+      /* If there is one sinkpad in funnel, no need to pending sticky events
util buffer is coming */
+      if ((GST_ELEMENT_CAST (funnel))->numsinkpads == 1)

Can't read this without taking the object lock.

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