FS#12522 - VLC patch to play videos embedded in main window

Attached to Project: Arch Linux
Opened by Dylon Edwards (deltaecho) - Saturday, 20 December 2008, 22:58 GMT
Last edited by Anonymous Submitter - Sunday, 21 December 2008, 09:36 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

This will patch VLC's 'modules/gui/qt4/qt4.cpp' file and cause it to play videos embedded in the main window, rather than externally; please include the patch with future versions of the application (until upstream fixes it):

# ================================================== #
# qt4_integrated_video.patch: #
# ================================================== #
--- qt4.cpp 2008-12-07 14:46:52.000000000 +0100
+++ qt4.cpp 2008-12-07 14:47:04.000000000 +0100
@@ -213,7 +213,7 @@

set_callbacks( OpenDialogs, Close );

-#if 0
+#if 1
add_submodule();
set_capability( "vout window", 50 );
set_callbacks( WindowOpen, WindowClose );
# ================================================== #
# END #
# ================================================== #

I got the patch from this thread:
http://bbs.archlinux.org/viewtopic.php?id=60448
This task depends upon

Closed by  Anonymous Submitter
Sunday, 21 December 2008, 09:36 GMT
Reason for closing:  Won't implement

Loading...