Wim Taymans
c1bcf748cc
deviceproviderfactory: ignore empty classes
2017-02-20 10:45:57 +01:00
Wim Taymans
50cb645d1f
deviceproviderfactory: compare class against NULL
...
gstdeviceproviderfactory.c:501:20: error: comparison between pointer and zero character constant [-Werror=pointer-compare]
if (classes[0] == '\0')
2017-02-20 10:25:50 +01:00
Thibault Saunier
a87b4551a6
Port gtk-doc comments to their equivalent markdown syntax
...
Modernizing our documentation and preparing a possible move to hotdoc.
This commits also adds missing @title metadatas to all SECTIONs
2017-01-27 16:36:38 -03:00
Guillaume Desmottes
4a41468ce7
Use MAY_BE_LEAKED_FLAG
...
This helps having "make check" passing with the leaks tracer enabled.
https://bugzilla.gnome.org/show_bug.cgi?id=766008
2016-06-02 23:14:15 +01:00
Guillaume Desmottes
782bc97e6f
deviceproviderfactory: fix factory leak
...
The code path when early returning was leaking the extra reference on
the factory.
https://bugzilla.gnome.org/show_bug.cgi?id=765904
2016-05-03 10:49:24 +03:00
Sebastian Rasmussen
863ba1a598
docs: Fix documentation typos and inconsistencies
...
* 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-09 09:22:11 +02:00
Evan Nemerson
5abc82e9f3
introspection: Assorted minor introspection and documentation fixes
...
https://bugzilla.gnome.org/show_bug.cgi?id=732534
2014-07-01 09:03:41 +02:00
Tim-Philipp Müller
9b07b935a4
deviceproviderfactory: handle NULL classes argument and match any
2014-06-27 10:44:01 +01:00
Olivier Crête
67440ce084
devicemonitor: Improve documentation
2014-06-26 21:01:38 -04:00
Olivier Crête
6d12b33945
devicemonitor: Make it possible to add multiple filters
...
Each filter will include a GstCaps and a set of classes to match
2014-06-26 21:01:38 -04:00
Olivier Crête
7992174a1a
DeviceProvider: Rename from DeviceMonitor
2014-06-26 14:45:30 -04:00