fix pixel format bug - but playback still doesn't

This commit is contained in:
Alexandre Quessy
2014-05-08 16:03:15 -04:00
parent 7f1cea5553
commit 4426142f80
+1 -1
View File
@@ -101,7 +101,7 @@ bool MediaImpl::_videoPull()
int width = 640;
int height = 480;
int bpp = 24;
int bpp = 32;
int depth = 24;
gst_structure_get_int(structure, "width", &width);