Diff:
libgstreamer-1.0.so 1.4.5 (x86_64)
libgstreamer-1.0.so 1.5.1 (x86_64)

ABI
Viewer

SymbolsTypes



Type Usage: _GSource (9)


Used As Name Used In
RETURN gst_bus_create_watch (
    GstBus* bus
) »
FIELD .next struct _GSource {
    gpointer callback_data,
    GSourceCallbackFuncs* callback_funcs,
    GSourceFuncs const* source_funcs,
    guint ref_count,
    GMainContext* context,
    gint priority,
    guint flags,
    guint source_id,
    GSList* poll_fds,
    GSource* prev,
    GSource* next,
    char* name,
    GSourcePrivate* priv
} »
FIELD .prev struct _GSource {
    gpointer callback_data,
    GSourceCallbackFuncs* callback_funcs,
    GSourceFuncs const* source_funcs,
    guint ref_count,
    GMainContext* context,
    gint priority,
    guint flags,
    guint source_id,
    GSList* poll_fds,
    GSource* prev,
    GSource* next,
    char* name,
    GSourcePrivate* priv
} »
FIELD .watch_id struct _GstBusPrivate {
    GstAtomicQueue* queue,
    GMutex queue_lock,
    GstBusSyncHandler sync_handler,
    gpointer sync_handler_data,
    GDestroyNotify sync_handler_notify,
    guint signal_watch_id,
    guint num_signal_watchers,
    guint num_sync_message_emitters,
    GSource* watch_id,
    gboolean enable_async,
    GstPoll* poll,
    GPollFD pollfd
} »
F-PTR
PARAM
2nd parameter void(*) {
    gpointer,
    GSource*,
    GSourceFunc*,
    gpointer*
} »
F-PTR
PARAM
1st parameter gboolean(*) {
    GSource*,
    gint*
} »
F-PTR
PARAM
1st parameter gboolean(*) {
    GSource*
} »
F-PTR
PARAM
1st parameter gboolean(*) {
    GSource*,
    GSourceFunc,
    gpointer
} »
F-PTR
PARAM
1st parameter void(*) {
    GSource*
} »



Andrey Ponomarenko's ABI laboratory