[gstreamer-bugs] [Bug 347763] New: Bad linking between two elements

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jul 17 05:02:14 PDT 2006


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=347763
 GStreamer | gstreamer (core) | Ver: 0.10.9

           Summary: Bad linking between two elements
           Product: GStreamer
           Version: 0.10.9
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: thijsvermeir at telenet.be
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.13/2.14
   GNOME milestone: Unspecified


When you create a pipe like this:
gst-launch udpsrc ! `application/x-rtp` ! rtpdepay

you get an error that no connection can be made between the filter and the
rtpdepay.

Why do you get this error:
Because there is searched after a source/sink couple. In this example the
source/sink couple found is, the source from the filter and the rtpc sink from
the rtpdepay.

Solution:
Add a check for the caps when searching for the correct couple that you want to
link.


-- 
Configure bugmail: http://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