[gstreamer-bugs] [Bug 402141] New: gst_element_factory_can_{sink, src}_caps seems to be broken

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jan 29 08:10:10 PST 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=402141

  GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: gst_element_factory_can_{sink,src}_caps seems to be
                    broken
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ensonic at sonicpulse.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


this code does not what one would expect:

  GstCaps *int_caps=gst_caps_from_string("audio/x-raw-int");
  GstElementFactory * const factory;

  gst_element_factory_can_sink_caps(factory,int_caps);

with factory e.g. beeing alsasink.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list