| 33511:1fac43b39e83 | 33512:ac7b43f34108 |
|---|---|
| 61 #include "media-gst.h" | 61 #include "media-gst.h" |
| 62 #if GST_CHECK_VERSION(1,0,0) | 62 #if GST_CHECK_VERSION(1,0,0) |
| 63 #include <gst/video/videooverlay.h> | 63 #include <gst/video/videooverlay.h> |
| 64 #else | 64 #else |
| 65 #include <gst/interfaces/xoverlay.h> | 65 #include <gst/interfaces/xoverlay.h> |
| 66 #include <gst/interfaces/propertyprobe.h> | |
| 67 #endif | |
| 68 #ifdef HAVE_X11 | |
| 69 #include <gdk/gdkx.h> | |
| 66 #endif | 70 #endif |
| 67 #endif | 71 #endif |
| 68 | 72 |
| 69 #include "gtk3compat.h" | 73 #include "gtk3compat.h" |
| 70 | 74 |