[Gstreamer-bugs] [Bug 90471] Changed - Autoplug functions only available with varargs

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Sep 16 05:06:21 PDT 2002


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=90471

Changed by rbultje at ronald.bitfreak.net.

--- shadow/90471	Fri Sep 13 09:13:18 2002
+++ shadow/90471.tmp.28314	Mon Sep 16 08:06:21 2002
@@ -1,12 +1,12 @@
 Bug#: 90471
 Product: GStreamer
 Version: 0.4.0
 OS: Linux
 OS Details: 
-Status: ASSIGNED   
+Status: NEEDINFO   
 Resolution: 
 Severity: normal
 Priority: Normal
 Component: gstreamer (core)
 AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
 ReportedBy: tim at tjansen.de               
@@ -18,6 +18,23 @@
 The functions gst_autoplug_to_caps() and gst_autoplug_to_renderers() exist  
 only in vararg versions. Thus it is not possible to access their 
 functionality from wrappers for non-C languages.
 
 ------- Additional Comments From Uraeus at linuxrising.org  2002-09-13 09:13 -------
 Any chance you could provide a patch tim? 
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2002-09-16 08:06 -------
+Please describe what kind of function you would need and we'll
+implement it...
+
+gst_autoplug_to_caps(GstAutoPlug *autoplug, GstCaps *src_caps, va_list
+sink_capses); ?
+
+or
+
+gst_autoplug_to_caps(GstAutoPlug *autoplug, GstCaps *src_caps, GstCaps
+*sink_capses[]); ? (NULL-terminated list)
+
+or a GList* as third argument?
+
+va_list is easiest to implement in gstreamer itself, but I'm not sure
+how hard it is to implement va_list thingies in non-C. ;-).





More information about the Gstreamer-bugs mailing list