summaryrefslogtreecommitdiff
path: root/gst/gstregistrychunks.h
diff options
context:
space:
mode:
authorOlivier Crête <olivier.crete@collabora.com>2012-10-16 12:27:04 -0400
committerTim-Philipp Müller <tim@centricular.com>2014-03-16 14:38:07 +0000
commite4e85fc88af4df1948c65f2c1ffaed36739f1cfa (patch)
treeb3946769f5104a3f086287ca2a42374042c42434 /gst/gstregistrychunks.h
parent10d53423b50496a0159ca852dff32618f68f0bb7 (diff)
devicemonitor: Add GstDeviceMonitor and related
Also add GstDevice and GstDeviceMonitorFactory And add code to the registry to save them https://bugzilla.gnome.org/show_bug.cgi?id=678402
Diffstat (limited to 'gst/gstregistrychunks.h')
-rw-r--r--gst/gstregistrychunks.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/gst/gstregistrychunks.h b/gst/gstregistrychunks.h
index 3e6e923d9..e2c86baaa 100644
--- a/gst/gstregistrychunks.h
+++ b/gst/gstregistrychunks.h
@@ -122,7 +122,7 @@ typedef struct _GstRegistryChunkElementFactory
* GstRegistryChunkTypeFindFactory:
* @nextensions: stores the number of typefind extensions
*
- * A structure containing the element factory fields
+ * A structure containing the type find factory fields
*/
typedef struct _GstRegistryChunkTypeFindFactory
{
@@ -132,6 +132,17 @@ typedef struct _GstRegistryChunkTypeFindFactory
} GstRegistryChunkTypeFindFactory;
/*
+ * GstRegistryChunkDeviceMonitorFactory:
+ *
+ * A structure containing the device monitor factory fields
+ */
+typedef struct _GstRegistryChunkDeviceMonitorFactory
+{
+ GstRegistryChunkPluginFeature plugin_feature;
+
+} GstRegistryChunkDeviceMonitorFactory;
+
+/*
* GstRegistryChunkPadTemplate:
*
* A structure containing the static pad templates of a plugin feature