summaryrefslogtreecommitdiffstats
path: root/sys/oss4/oss4-property-probe.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-05-22 15:14:26 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-05-22 15:14:26 +0000
commit80ef4ca4d7449550b2c5aa05d55d7c697a7c1fab (patch)
tree800d89d8acdb6af889aa56d44253c3d1f889684c /sys/oss4/oss4-property-probe.h
parentb3bc29bc641b8a4c380d100b60d709aa08e61f28 (diff)
downloadgst-plugins-bad-80ef4ca4d7449550b2c5aa05d55d7c697a7c1fab.tar.gz
gst-plugins-bad-80ef4ca4d7449550b2c5aa05d55d7c697a7c1fab.tar.bz2
gst-plugins-bad-80ef4ca4d7449550b2c5aa05d55d7c697a7c1fab.zip
sys/oss4/: Make device-name probing in NULL state work better (e.g. for the gnome-control-center sound capplet).
Original commit message from CVS: * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open): * sys/oss4/oss4-property-probe.c: (gst_oss4_property_probe_find_device_name), (gst_oss4_property_probe_find_device_name_nofd): * sys/oss4/oss4-property-probe.h: * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property): * sys/oss4/oss4-source.c: (gst_oss4_source_get_property): Make device-name probing in NULL state work better (e.g. for the gnome-control-center sound capplet).
Diffstat (limited to 'sys/oss4/oss4-property-probe.h')
-rw-r--r--sys/oss4/oss4-property-probe.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/oss4/oss4-property-probe.h b/sys/oss4/oss4-property-probe.h
index 26ee8b79..707af024 100644
--- a/sys/oss4/oss4-property-probe.h
+++ b/sys/oss4/oss4-property-probe.h
@@ -29,6 +29,10 @@ gboolean gst_oss4_property_probe_find_device_name (GstObject * obj,
const gchar * device_handle,
gchar ** device_name);
+gboolean gst_oss4_property_probe_find_device_name_nofd (GstObject * obj,
+ const gchar * device_handle,
+ gchar ** device_name);
+
#endif /* GST_OSS4_PROPERTY_PROBE_H */