diff options
Diffstat (limited to 'sys/oss/gstosselement.h')
-rw-r--r-- | sys/oss/gstosselement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/oss/gstosselement.h b/sys/oss/gstosselement.h index 3ce84a2c..9c301877 100644 --- a/sys/oss/gstosselement.h +++ b/sys/oss/gstosselement.h @@ -73,6 +73,7 @@ struct _GstOssElement guint64 fragment_time; gint fragment_size; GstOssOpenMode mode; + GstCaps *probed_caps; /* stats bytes per *second* */ guint bps; @@ -118,6 +119,7 @@ gboolean gst_osselement_convert (GstOssElement *oss, gint64 src_value, GstFormat *dest_format, gint64 *dest_value); +void gst_osselement_probe_caps (GstOssElement *oss); G_END_DECLS |