mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
60b626e820
Original commit message from CVS: glade based gstplay version. better avi/mpeg support. nice about dialog :-) Drag and drop should work.
23 lines
385 B
C
23 lines
385 B
C
/* XPM */
|
|
static char * play_back_xpm[] = {
|
|
"13 15 5 1",
|
|
" c None",
|
|
". c #949594",
|
|
"+ c #000000",
|
|
"@ c #8E8E8E",
|
|
"# c #FFFFFF",
|
|
"...... ",
|
|
".+++++. ",
|
|
".++++++. ",
|
|
".+++++++. ",
|
|
".++++++++. ",
|
|
".+++++++++. ",
|
|
".++++++++++. ",
|
|
".++++++++++@#",
|
|
".+++++++++@# ",
|
|
".++++++++@# ",
|
|
".+++++++@# ",
|
|
".++++++@# ",
|
|
".+++++@# ",
|
|
".+@@@@# ",
|
|
".##### "};
|