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
20e1f8a0
Commit
20e1f8a0
authored
Nov 21, 2012
by
Christian Costa
Committed by
Alexandre Julliard
Nov 21, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winegstreamer: Turn some FIXME into TRACE.
parent
1fcce23f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gstdemux.c
dlls/winegstreamer/gstdemux.c
+4
-4
No files found.
dlls/winegstreamer/gstdemux.c
View file @
20e1f8a0
...
...
@@ -515,7 +515,7 @@ static GstFlowReturn got_data_sink(GstPad *pad, GstBuffer *buf) {
if
(
This
->
initial
)
{
gst_buffer_unref
(
buf
);
FIXM
E
(
"Triggering %p %p
\n
"
,
pad
,
pin
->
caps_event
);
TRAC
E
(
"Triggering %p %p
\n
"
,
pad
,
pin
->
caps_event
);
SetEvent
(
pin
->
caps_event
);
return
GST_FLOW_NOT_LINKED
;
}
...
...
@@ -539,7 +539,7 @@ static GstFlowReturn got_data_sink(GstPad *pad, GstBuffer *buf) {
ERR
(
"Didn't get a GST_APP_BUFFER, and could not get a delivery buffer (%x), returning GST_FLOW_WRONG_STATE
\n
"
,
hr
);
return
GST_FLOW_WRONG_STATE
;
}
FIXM
E
(
"Did not get a GST_APP_BUFFER, creating a sample
\n
"
);
TRAC
E
(
"Did not get a GST_APP_BUFFER, creating a sample
\n
"
);
IMediaSample_GetPointer
(
sample
,
&
ptr
);
memcpy
(
ptr
,
GST_BUFFER_DATA
(
buf
),
GST_BUFFER_SIZE
(
buf
));
}
...
...
@@ -759,7 +759,7 @@ static void init_new_decoded_pad(GstElement *bin, GstPad *pad, gboolean last, GS
gst_segment_init
(
pin
->
segment
,
GST_FORMAT_TIME
);
ret
=
gst_pad_link
(
pad
,
mypad
);
gst_pad_activate_push
(
mypad
,
1
);
FIXM
E
(
"Linking: %i
\n
"
,
ret
);
TRAC
E
(
"Linking: %i
\n
"
,
ret
);
if
(
ret
>=
0
)
{
pin
->
their_src
=
pad
;
gst_object_ref
(
pin
->
their_src
);
...
...
@@ -859,7 +859,7 @@ static gboolean activate_push(GstPad *pad, gboolean activate) {
}
static
void
no_more_pads
(
GstElement
*
decodebin
,
GSTImpl
*
This
)
{
FIXM
E
(
"Done
\n
"
);
TRAC
E
(
"Done
\n
"
);
SetEvent
(
This
->
event
);
}
...
...
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