return TRUE;
unsupported_profile:
- gst_caps_unref (peercaps);
GST_ERROR_OBJECT (self, "Unsupported profile %u", profile_id);
+ gst_caps_unref (peercaps);
return FALSE;
unsupported_level:
- gst_caps_unref (peercaps);
GST_ERROR_OBJECT (self, "Unsupported level %u", level_id);
+ gst_caps_unref (peercaps);
return FALSE;
}
return TRUE;
unsupported_profile:
- gst_caps_unref (peercaps);
GST_ERROR_OBJECT (self, "Unsupported profile %s", profile_string);
+ gst_caps_unref (peercaps);
return FALSE;
unsupported_level:
- gst_caps_unref (peercaps);
GST_ERROR_OBJECT (self, "Unsupported level %s", level_string);
+ gst_caps_unref (peercaps);
return FALSE;
}
return TRUE;
unsupported_profile:
- gst_caps_unref (intersection);
GST_ERROR_OBJECT (self, "Unsupported profile %s", profile_string);
+ gst_caps_unref (intersection);
return FALSE;
unsupported_level:
- gst_caps_unref (intersection);
GST_ERROR_OBJECT (self, "Unsupported level %s", level_string);
+ gst_caps_unref (intersection);
return FALSE;
}