device_add
Description:
public void device_add (
Device device)
Posts a message on the provider's Bus to inform applications that a new device has been
added.
This is for use by subclasses.
device
's reference count will be incremented, and any floating reference will be removed (see gst_object_ref_sink
).
Parameters:
this |
a DeviceProvider
|
device |
a Device that has been added
|