projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b5774b
)
info: fix object printing of caps features in debug log
author
Tim-Philipp Müller
<tim@centricular.net>
Mon, 1 Apr 2013 20:23:21 +0000
(21:23 +0100)
committer
Tim-Philipp Müller
<tim@centricular.net>
Mon, 1 Apr 2013 20:23:21 +0000
(21:23 +0100)
gst/gstinfo.c
patch
|
blob
|
history
diff --git
a/gst/gstinfo.c
b/gst/gstinfo.c
index
2e0923a
..
14558eb
100644
(file)
--- a/
gst/gstinfo.c
+++ b/
gst/gstinfo.c
@@
-682,7
+682,7
@@
gst_debug_print_object (gpointer ptr)
if (*(GType *) ptr == GST_TYPE_STRUCTURE) {
return gst_info_structure_to_string ((const GstStructure *) ptr);
}
- if (*(GType *) ptr == GST_TYPE_
STRUCTURE
) {
+ if (*(GType *) ptr == GST_TYPE_
CAPS_FEATURES
) {
return gst_caps_features_to_string ((const GstCapsFeatures *) ptr);
}
if (*(GType *) ptr == GST_TYPE_TAG_LIST) {