[Bug 729542] glimagesink: pool may never be activated, which leads to crash

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 7 00:57:30 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=729542
  GStreamer | gst-plugins-bad | git

Julien Isorce <julien.isorce> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |julien.isorce at gmail.com

--- Comment #5 from Julien Isorce <julien.isorce at gmail.com> 2014-05-07 07:57:22 UTC ---
1- There is no pool of textures in gst-launch-1.0 v4l2src ! glimagesink  ?

2- I guess we also need to apply this change in gstglfilter ? (gst-launch-1.0
v4l2src ! gleffects ! glimagesink) 

3- Would it be better to start the gl buffer pool if not already active ?

if (G_UNLIKELY (!gst_buffer_pool_is_active (pool)) {
  ret = gst_buffer_pool_set_active (pool);
  if (!ret)
    goto error;
}

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