mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
info: fix object printing of caps features in debug log
This commit is contained in:
parent
5b5774b399
commit
cef9018eaf
1 changed files with 1 additions and 1 deletions
|
@ -682,7 +682,7 @@ gst_debug_print_object (gpointer ptr)
|
||||||
if (*(GType *) ptr == GST_TYPE_STRUCTURE) {
|
if (*(GType *) ptr == GST_TYPE_STRUCTURE) {
|
||||||
return gst_info_structure_to_string ((const GstStructure *) ptr);
|
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);
|
return gst_caps_features_to_string ((const GstCapsFeatures *) ptr);
|
||||||
}
|
}
|
||||||
if (*(GType *) ptr == GST_TYPE_TAG_LIST) {
|
if (*(GType *) ptr == GST_TYPE_TAG_LIST) {
|
||||||
|
|
Loading…
Reference in a new issue