[Bug 708668] New: Potential GstContext regression

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 24 03:07:01 PDT 2013


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

           Summary: Potential GstContext regression
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bugzilla at ashley-family.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=255615)
 View: https://bugzilla.gnome.org/attachment.cgi?id=255615
 Review: https://bugzilla.gnome.org/review?bug=708668&attachment=255615

Patch to fakesink to show the issue

Since the refactoring of GstContext I am no longer able to get a shared context
for an element that is used twice in a pipeline. I used the documentation and
eglglessink as my reference for implementing the GstContext logic.

As the code was tied to a hardware decoder, I have ported the GstContext code
to fakesink to show the problem. Using the old API a single ExampleMgr instance
was created, but using the new API each element is creating its own instance.

There is some gst-indent spam in the patch, but as the patch is only to explain
the issue, hopefully that won't count against me :)

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