Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
2f5805fa
Commit
2f5805fa
authored
Jul 09, 2021
by
Zebediah Figura
Committed by
Alexandre Julliard
Jul 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qcap: Switch to the quartz debug channel.
Signed-off-by:
Zebediah Figura
<
z.figura12@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ecef62cf
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
audiorecord.c
dlls/qcap/audiorecord.c
+1
-1
avico.c
dlls/qcap/avico.c
+1
-1
avimux.c
dlls/qcap/avimux.c
+1
-1
capturegraph.c
dlls/qcap/capturegraph.c
+1
-1
filewriter.c
dlls/qcap/filewriter.c
+1
-1
qcap_main.c
dlls/qcap/qcap_main.c
+1
-1
smartteefilter.c
dlls/qcap/smartteefilter.c
+1
-1
v4l.c
dlls/qcap/v4l.c
+1
-1
vfwcapture.c
dlls/qcap/vfwcapture.c
+1
-1
No files found.
dlls/qcap/audiorecord.c
View file @
2f5805fa
...
...
@@ -19,7 +19,7 @@
#include "qcap_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
q
cap
);
WINE_DEFAULT_DEBUG_CHANNEL
(
q
uartz
);
typedef
struct
{
struct
strmbase_filter
filter
;
...
...
dlls/qcap/avico.c
View file @
2f5805fa
...
...
@@ -20,7 +20,7 @@
#include "vfw.h"
#include "aviriff.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
q
cap
);
WINE_DEFAULT_DEBUG_CHANNEL
(
q
uartz
);
typedef
struct
{
struct
strmbase_filter
filter
;
...
...
dlls/qcap/avimux.c
View file @
2f5805fa
...
...
@@ -20,7 +20,7 @@
#include "vfw.h"
#include "aviriff.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
q
cap
);
WINE_DEFAULT_DEBUG_CHANNEL
(
q
uartz
);
#define MAX_PIN_NO 128
#define AVISUPERINDEX_ENTRIES 2000
...
...
dlls/qcap/capturegraph.c
View file @
2f5805fa
...
...
@@ -20,7 +20,7 @@
#include "qcap_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
q
cap
);
WINE_DEFAULT_DEBUG_CHANNEL
(
q
uartz
);
/***********************************************************************
* ICaptureGraphBuilder & ICaptureGraphBuilder2 implementation
...
...
dlls/qcap/filewriter.c
View file @
2f5805fa
...
...
@@ -20,7 +20,7 @@
#include "qcap_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
q
cap
);
WINE_DEFAULT_DEBUG_CHANNEL
(
q
uartz
);
struct
file_writer
{
...
...
dlls/qcap/qcap_main.c
View file @
2f5805fa
...
...
@@ -25,7 +25,7 @@
#include "qcap_private.h"
#include "rpcproxy.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
q
cap
);
WINE_DEFAULT_DEBUG_CHANNEL
(
q
uartz
);
HINSTANCE
qcap_instance
;
...
...
dlls/qcap/smartteefilter.c
View file @
2f5805fa
...
...
@@ -20,7 +20,7 @@
#include "qcap_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
q
cap
);
WINE_DEFAULT_DEBUG_CHANNEL
(
q
uartz
);
typedef
struct
{
struct
strmbase_filter
filter
;
...
...
dlls/qcap/v4l.c
View file @
2f5805fa
...
...
@@ -59,7 +59,7 @@
#ifdef HAVE_LINUX_VIDEODEV2_H
WINE_DEFAULT_DEBUG_CHANNEL
(
q
cap
);
WINE_DEFAULT_DEBUG_CHANNEL
(
q
uartz
);
WINE_DECLARE_DEBUG_CHANNEL
(
winediag
);
static
typeof
(
open
)
*
video_open
=
open
;
...
...
dlls/qcap/vfwcapture.c
View file @
2f5805fa
...
...
@@ -21,7 +21,7 @@
#include "qcap_private.h"
#include "winternl.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
q
cap
);
WINE_DEFAULT_DEBUG_CHANNEL
(
q
uartz
);
static
const
struct
video_capture_funcs
*
capture_funcs
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment