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
82c3205c
Commit
82c3205c
authored
Jul 10, 2021
by
Zebediah Figura
Committed by
Alexandre Julliard
Jul 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winegstreamer: Switch to the quartz debug channel.
Signed-off-by:
Zebediah Figura
<
z.figura12@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e36e384c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
main.c
dlls/winegstreamer/main.c
+1
-1
quartz_parser.c
dlls/winegstreamer/quartz_parser.c
+1
-1
No files found.
dlls/winegstreamer/main.c
View file @
82c3205c
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
LONG
object_locks
;
LONG
object_locks
;
WINE_DEFAULT_DEBUG_CHANNEL
(
gstreamer
);
WINE_DEFAULT_DEBUG_CHANNEL
(
quartz
);
const
struct
unix_funcs
*
unix_funcs
=
NULL
;
const
struct
unix_funcs
*
unix_funcs
=
NULL
;
...
...
dlls/winegstreamer/quartz_parser.c
View file @
82c3205c
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
#include "wmcodecdsp.h"
#include "wmcodecdsp.h"
#include "ksmedia.h"
#include "ksmedia.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
gstreamer
);
WINE_DEFAULT_DEBUG_CHANNEL
(
quartz
);
static
const
GUID
MEDIASUBTYPE_CVID
=
{
mmioFOURCC
(
'c'
,
'v'
,
'i'
,
'd'
),
0x0000
,
0x0010
,
{
0x80
,
0x00
,
0x00
,
0xaa
,
0x00
,
0x38
,
0x9b
,
0x71
}};
static
const
GUID
MEDIASUBTYPE_CVID
=
{
mmioFOURCC
(
'c'
,
'v'
,
'i'
,
'd'
),
0x0000
,
0x0010
,
{
0x80
,
0x00
,
0x00
,
0xaa
,
0x00
,
0x38
,
0x9b
,
0x71
}};
static
const
GUID
MEDIASUBTYPE_MP3
=
{
WAVE_FORMAT_MPEGLAYER3
,
0x0000
,
0x0010
,
{
0x80
,
0x00
,
0x00
,
0xaa
,
0x00
,
0x38
,
0x9b
,
0x71
}};
static
const
GUID
MEDIASUBTYPE_MP3
=
{
WAVE_FORMAT_MPEGLAYER3
,
0x0000
,
0x0010
,
{
0x80
,
0x00
,
0x00
,
0xaa
,
0x00
,
0x38
,
0x9b
,
0x71
}};
...
...
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