summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/driver-order.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/driver-order.c b/src/driver-order.c
index 36b4e8b..263b130 100644
--- a/src/driver-order.c
+++ b/src/driver-order.c
@@ -37,6 +37,9 @@ const char* const ca_driver_order[] = {
#ifdef HAVE_OSS
"oss",
#endif
+#ifdef HAVE_GSTREAMER
+ "gstreamer",
+#endif
/* ... */
NULL
};