[Bug 732662] New: glmixer didn't got the GstGLContext from other element correctly

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 2 20:26:13 PDT 2014


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

           Summary: glmixer didn't got the GstGLContext from other element
                    correctly
    Classification: Platform
           Product: GStreamer
           Version: 1.3.3
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: comicfans44 at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


I found this commit 

e1e2a88358c6aeba220d20ed9ff32af141cb2575
glmixer: send the stream-start event and the caps event after.

cause black screen if glvideomixer is not the last element before glimagesink

pipeline constructed as 

videotestsrc ! glvideomixer ! glfilterblur ! glimagesink

glmixer didn't got GstGLContext , then created a GstGLContext itself. 

but if pipeline constructed as 

videotestsrc ! glfilterblur ! glvideomixer ! glimagesink

everything seems OK

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