mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
fix pixel format bug - but playback still doesn't
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user