summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst-libs/gst/pbutils/gstdiscoverer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/pbutils/gstdiscoverer.c b/gst-libs/gst/pbutils/gstdiscoverer.c
index 73baa8eb1..95ae9f43f 100644
--- a/gst-libs/gst/pbutils/gstdiscoverer.c
+++ b/gst-libs/gst/pbutils/gstdiscoverer.c
@@ -877,7 +877,7 @@ collect_information (GstDiscoverer * dc, const GstStructure * st,
info->width = (guint) vinfo.width;
info->height = (guint) vinfo.height;
- info->depth = (guint) 0;
+ info->depth = vinfo.finfo->bits * vinfo.finfo->n_components;
info->par_num = vinfo.par_n;
info->par_denom = vinfo.par_d;