summaryrefslogtreecommitdiff
path: root/gst/gstdevice.c
AgeCommit message (Collapse)AuthorFilesLines
2015-07-15device: add generic struct with propertiesWim Taymans1-1/+40
Add a generic structure to hold any additional properties about the device.
2014-07-09docs: Fix documentation typos and inconsistenciesSebastian Rasmussen1-1/+1
* GstGlobalDeviceMonitor was renamed to GstDeviceMonitor * Expand GST_MESSAGE_DEVICE to the full enum value names * Correct the incorrect references to the GstDeviceProvider interfaces * Describe caps arguments for gstcheck interface * Add missing docs for GstNetAddressMeta and its add function * Add docs for toc helper macros * Avoid refering to GstValueList type as done elsewhere Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732786
2014-07-01introspection: Assorted minor introspection and documentation fixesEvan Nemerson1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=732534
2014-06-26device: Add pre-conditionsOlivier Crête1-0/+17
2014-06-26DeviceProvider: Rename from DeviceMonitorOlivier Crête1-3/+3
2014-06-21device: rename "klass" and get_klass() to "device-class" and _get_device_class()Tim-Philipp Müller1-16/+19
There's some precedent in GstElementFactory, but a "klass" property just seems weird.
2014-06-20GstDevice: Document GstDevice and related classesOlivier Crête1-0/+18
2014-06-12introspection: minor annotation additionsEvan Nemerson1-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=731541
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-1/+1
This should help improve documentation generated for languages other than C. https://bugzilla.gnome.org/show_bug.cgi?id=730961
2014-03-17devicemonitor: Use local includes and use gst_private before anythingEdward Hervey1-3/+2
Should fix build issues on BSD
2014-03-16device: Add "klass" to GstDevicesOlivier Crête1-2/+101
2014-03-16devicemonitor: Add GstDeviceMonitor and relatedOlivier Crête1-0/+231
Also add GstDevice and GstDeviceMonitorFactory And add code to the registry to save them https://bugzilla.gnome.org/show_bug.cgi?id=678402