mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
a3d5d3a62b
Original commit message from CVS: Switched Cr and Cb in YUV2RGB fixed the avi parser (gstriff had wrong size) the system_encoder can now do video only system streams sanitized the colorspace and scaler api. added fast self modifying asm scaler. worked on the typefind stuff. added a cool media player (gstplay) it uses the typefinder to playback avi, mpeg1 (system and video) streams. It is also a testbed and a real app.
23 lines
381 B
C
23 lines
381 B
C
/* XPM */
|
|
static char * pause_xpm[] = {
|
|
"13 15 5 1",
|
|
" c None",
|
|
". c #949594",
|
|
"+ c #000000",
|
|
"@ c #8E8E8E",
|
|
"# c #FFFFFF",
|
|
"...... ......",
|
|
".+++@# .+++@#",
|
|
".+++@# .+++@#",
|
|
".+++@# .+++@#",
|
|
".+++@# .+++@#",
|
|
".+++@# .+++@#",
|
|
".+++@# .+++@#",
|
|
".+++@# .+++@#",
|
|
".+++@# .+++@#",
|
|
".+++@# .+++@#",
|
|
".+++@# .+++@#",
|
|
".+++@# .+++@#",
|
|
".+++@# .+++@#",
|
|
".+@@@# .+@@@#",
|
|
".##### .#####"};
|