[gstreamer-bugs] [Bug 624203] New: gstutils: Make gst_pad_proxy_getcaps() return empty caps if it's what the other side has

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 12 15:35:52 PDT 2010


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

           Summary: gstutils: Make gst_pad_proxy_getcaps() return empty
                    caps if it's what the other side has
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: tester at tester.ca
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


gst_pad_proxy_getcaps() as used in "tee" returns ANY (the pad template) instead
of EMPTY if the intersection of the children is EMPTY. And it does a
g_warning()..

Example:

import gst

c = gst.parse_launch ("fakesrc ! tee name=t ! xvimagesink t. ! alsasink");
print c.get_by_name("t").get_pad("sink").get_caps()

Expected: EMPTY
Actual result: ANY and a g_warning()

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