mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
ae23ffba6f
Original commit message from CVS: * gst/gstelement.h: Don't GST_ERROR_OBJECT smpty strings - Solaris doesn't like NULL strings. * gst/gstelement.c (gst_element_class_init): GError's are boxed, not objects * gst/gstmarshal.list: update list for the fixed error signal
22 lines
341 B
Text
22 lines
341 B
Text
VOID:VOID
|
|
VOID:BOOLEAN
|
|
VOID:INT
|
|
VOID:STRING
|
|
VOID:BOXED
|
|
VOID:POINTER
|
|
VOID:POINTER,OBJECT
|
|
VOID:OBJECT
|
|
VOID:OBJECT,PARAM
|
|
VOID:OBJECT,POINTER
|
|
VOID:OBJECT,BOXED
|
|
VOID:OBJECT,BOXED,STRING
|
|
VOID:OBJECT,OBJECT,STRING
|
|
VOID:OBJECT,STRING
|
|
VOID:INT,INT
|
|
VOID:INT64
|
|
VOID:UINT,BOXED
|
|
VOID:UINT,POINTER
|
|
BOOLEAN:VOID
|
|
BOOLEAN:POINTER
|
|
POINTER:POINTER
|
|
BOXED:BOXED
|