CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 16:57:25 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=58231e88bd457deed6cc374590cad0dc2f82b06a4ab2f1184a4beb1ce9884d97a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22T6eD-BNmt7_QS0yHmSas3h14_OC0N18q%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cfe57bf8b395be-BLR
video_test.vala - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using My;
- using My.Media;
- using Gtk;
- using Gst;
- using Gst.Video;
- static Window win;
- public static void main(string[] args){
- Gtk.init(ref args);
- Gst.init(ref args);
- Youtube yt = new Youtube("https://www.youtube.com/watch?v=1aUb6mn8IoM");
- if(yt.urls.size <1)return;
- Element e = ElementFactory.make("playbin",null);
- e.set("uri",yt.urls.get(0));
- e.bus.add_watch(0,cb);
- win = new Window();
- win.destroy.connect(Gtk.main_quit);
- win.show_all();
- e.set_state(Gst.State.PLAYING);
- Gtk.main();
- }
- static bool cb(Gst.Bus bus, Gst.Message message){
- if(message.get_structure() == null)return true;
- if(message.get_structure().get_name() == null)return true;
- if(message.get_structure().get_name() == "prepare-window-handle"){
- (message.src as Gst.Video.Overlay).set_window_handle((uint*)Gdk.X11Window.get_xid(win.get_window()));
- }
- return true;
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 6 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ I
JavaScript | 9 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ E
JavaScript | 10 sec ago | 0.24 KB
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 16 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ A
JavaScript | 20 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ M
JavaScript | 21 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ 5
JavaScript | 31 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ 4
JavaScript | 32 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand