Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
luzpaz
gstreamer
Commits
8a2381a8
Commit
8a2381a8
authored
Jan 23, 2003
by
Wim Taymans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some more debugging info
Original commit message from CVS: Some more debugging info
parent
50fad823
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gst/autoplug/gstsearchfuncs.c
gst/autoplug/gstsearchfuncs.c
+2
-2
gst/gstevent.c
gst/gstevent.c
+1
-1
No files found.
gst/autoplug/gstsearchfuncs.c
View file @
8a2381a8
...
...
@@ -146,7 +146,7 @@ gst_autoplug_can_match (GstElementFactory *src, GstElementFactory *dest)
if
(
gst_autoplug_caps_intersect
(
gst_pad_template_get_caps
(
srctemp
),
gst_pad_template_get_caps
(
desttemp
)))
{
GST_DEBUG
(
GST_CAT_AUTOPLUG_ATTEMPT
,
"factory
\"
%s
\"
can connect with factory
\"
%s
\"
\n
"
,
"factory
\"
%s
\"
can connect with factory
\"
%s
\"
"
,
GST_OBJECT_NAME
(
src
),
GST_OBJECT_NAME
(
dest
));
return
desttemp
;
}
...
...
@@ -157,7 +157,7 @@ gst_autoplug_can_match (GstElementFactory *src, GstElementFactory *dest)
srctemps
=
g_list_next
(
srctemps
);
}
GST_DEBUG
(
GST_CAT_AUTOPLUG_ATTEMPT
,
"factory
\"
%s
\"
cannot connect with factory
\"
%s
\"
\n
"
,
"factory
\"
%s
\"
cannot connect with factory
\"
%s
\"
"
,
GST_OBJECT_NAME
(
src
),
GST_OBJECT_NAME
(
dest
));
return
NULL
;
}
...
...
gst/gstevent.c
View file @
8a2381a8
...
...
@@ -131,7 +131,7 @@ gst_event_new (GstEventType type)
event
=
g_new0
(
GstEvent
,
1
);
_gst_event_live
++
;
GST_INFO
(
GST_CAT_EVENT
,
"creating new event %p"
,
event
);
GST_INFO
(
GST_CAT_EVENT
,
"creating new event %p
%d
"
,
event
,
type
);
_GST_DATA_INIT
(
GST_DATA
(
event
),
_gst_event_type
,
...
...
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