mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +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 * stop_back_xpm[] = {
|
|
"13 15 5 1",
|
|
" c None",
|
|
". c #949594",
|
|
"+ c #000000",
|
|
"@ c #8E8E8E",
|
|
"# c #FFFFFF",
|
|
".............",
|
|
".++++++++++@#",
|
|
".++++++++++@#",
|
|
".++++++++++@#",
|
|
".++++++++++@#",
|
|
".++++++++++@#",
|
|
".++++++++++@#",
|
|
".++++++++++@#",
|
|
".++++++++++@#",
|
|
".++++++++++@#",
|
|
".++++++++++@#",
|
|
".++++++++++@#",
|
|
".++++++++++@#",
|
|
".+@@@@@@@@@@#",
|
|
".############"};
|